Python,tkinter Canvas
Python,tkinter Canvas생성자 : tkinter.Canvas(master=None, cnf={}, **kw)Canvas는 어플리케이션에서 선, 타원, 사각형, 다각형과 같은 도형을 그릴때 사용된다. ex) python_tkinter_003.py# -*- encoding:utf8 -*-# Python version in the development environment 2.7.11import osos.chdir(os.path.dirname(__file__))from Tkinter import * root = Tk()WidgetCanvas = Canvas(root,bg='yellow', height=250,width=300)coord = 10, 50, 240, 210arc = WidgetCan..
Python/tkinter
2017. 1. 20. 14:58
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- highlightthickness
- onetomany
- Linux
- 폼
- vba
- command
- borderwidth
- JPA
- tkinter command & bind [명령어묶기와 사건묶기] Python
- Excel
- fetch join
- Composite Key
- disabledforeground
- Python
- IdClass
- checkbutton
- tkinter
- ManyToOne
- highlightbackground
- apache
- Java
- indicatoron
- Private
- 리눅스
- activeforeground
- 파이썬
- Module
- 상수
- activebackground
- FetchType
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함