Python,tkinter Button생성자 : tkinter.Button(master=None, cnf={}, **kw)Button은 어플리케이션의 단추를 표시할때 사용된다. ex) Python_tkinter_002.py# -*- encoding:utf8 -*-# Python version in the development environment 2.7.11import osos.chdir(os.path.dirname(__file__))from Tkinter import *root = Tk()def closecallback(): root.destroy()Button(root, text="Close", command=closecallback).pack()root.mainloop()https://github...
Python/tkinter
2017. 1. 20. 14:52
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- onetomany
- Excel
- IdClass
- disabledforeground
- Module
- JPA
- Linux
- command
- tkinter
- 리눅스
- ManyToOne
- highlightthickness
- activeforeground
- Python
- Composite Key
- 상수
- Private
- highlightbackground
- 파이썬
- activebackground
- fetch join
- indicatoron
- apache
- FetchType
- Java
- vba
- tkinter command & bind [명령어묶기와 사건묶기] Python
- 폼
- borderwidth
- checkbutton
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함