Programming
|
Tck/Tk Programming
| Tk Widgets
label
labelframe
- a label plus a frame, or a frame with a label
button
entry
- single line of text, allows user to input and edit text.
frame
- used as a spacer or container for complex window layouts.
text
- multiple lines of text, allows user to input and edit text.
scrollbar
scale
radiobutton
checkbutton
Listbox
menus
tk_optionMenu
canvas
message
- multi-lined version of the label.
panedwindow
spinbox
Common options:
-width
- in characters for text or screen units for bitmaps
-height
- in lines of text for text or screen units for bitmaps