Python,tkinter Checkbutton
Python,tkinter Checkbutton생성자 : tkinter.Checkbutton(master=None, cnf={}, **kw)Checkbutton은 체크박스와 같은 옵션의 번호를 표시하며,사용자는 한번에 여러 옵션을 선택할수 있다. ex) python_tkinter_004.py# -*- encoding:utf8 -*-# Python version in the development environment 2.7.11import osos.chdir(os.path.dirname(__file__))from Tkinter import * root = Tk()CheckVar1 = IntVar()CheckVar2 = IntVar()c1 = Checkbutton(root, text="Music", vari..
Python/tkinter
2017. 1. 20. 15:04
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- indicatoron
- highlightthickness
- activeforeground
- vba
- onetomany
- Module
- tkinter
- ManyToOne
- activebackground
- tkinter command & bind [명령어묶기와 사건묶기] Python
- 리눅스
- 상수
- disabledforeground
- Composite Key
- FetchType
- JPA
- fetch join
- 폼
- IdClass
- highlightbackground
- apache
- borderwidth
- checkbutton
- 파이썬
- Linux
- Java
- Excel
- Private
- Python
- command
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함