Full Transcript

### Widgets - **ListBox:** Display a list of items for selection. - **Scrollbar:** Add scrollbars to widgets like Listbox. - **CheckButton:** Create checkboxes for boolean options. - **Menu:** It is used to create all kinds of menu used by an application. - **canvas:** Draw shapes, lines, text, an...

### Widgets - **ListBox:** Display a list of items for selection. - **Scrollbar:** Add scrollbars to widgets like Listbox. - **CheckButton:** Create checkboxes for boolean options. - **Menu:** It is used to create all kinds of menu used by an application. - **canvas:** Draw shapes, lines, text, and images. ###### Example: * From: tkinter import * * root = TRU * frame = Frame(root) * frame.pack() * button = Button(frame, text="click here") * button.pack() * root.mainloop()

Use Quizgecko on...
Browser
Browser