Creating Widgets



button .a.b -text Quit -command exit scrollbar .x -orient horizontal
Each widget has a class: button, listbox, scrollbar, etc.
One class command for each class, used to create instances:
class name
window name
configuration options

Previous slide Next slide Back to the index View Graphic Version

Notes:

No notes for slide 21