分类: Python/Ruby
2006-07-23 21:57:23
|
Element |
Tkinter Class |
Description |
|---|---|---|
|
Frame |
Frame |
Holds other GUI elements |
|
Label |
Label |
Displays uneditable text or icons |
|
Button |
Button |
Performs an action when the user activates it |
|
Text entry |
Entry |
Accepts and displays one line of text |
|
Text box |
Text |
Accepts and displays multiple lines of text |
|
Check button |
Checkbutton |
Allows the user to select or not select an option |
|
Radio button |
Radiobutton |
Allows, as a group, the user to select one option from several |
|
|