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
- Linux
- FetchType
- command
- ManyToOne
- JPA
- highlightbackground
- 리눅스
- 파이썬
- disabledforeground
- Composite Key
- borderwidth
- activeforeground
- Python
- activebackground
- fetch join
- highlightthickness
- Java
- apache
- indicatoron
- vba
- Module
- checkbutton
- 폼
- tkinter command & bind [명령어묶기와 사건묶기] Python
- 상수
- tkinter
- onetomany
- IdClass
- Private
- Excel
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
글 보관함