Difference between revisions of "Widgets - Tkinter"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(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...")
(No difference)

Revision as of 12:09, 14 September 2018

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