Widgets - Tkinter

From TRCCompSci - AQA Computer Science
Revision as of 12:09, 14 September 2018 by 000030906 (talk | contribs) (Created page with "Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application. These controls are commonly called widgets. ==Frame== WIP ===Frame=== St...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application. These controls are commonly called widgets.

Frame

WIP

Frame

Still WIP

LabelFrame

Still WIP

Adding Widgets

Still WIP

Buttons

WIP

Labels

WIP

Entry

WIP

Text

WIP

CheckBox

WIP

RadioButton

WIP

OptionMenu

WIP

Menus

WIP