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