1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
/* I know, this hierarchy looks a lot like the one of Gtk+, it is
* normal, it is an imitation, because I know it well, and I find it
* good, with some exceptions. */
Container *
Bin *
Window * TODO: border, shadow
Menu
Dialog
Frame *
Button * TODO: themable border
CheckButton *
RadioButton *
OptionMenu
MenuItem
CheckMenuItem
RadioMenuItem
Notebook
Box *
HBox *
VBox *
Table
List *
Tree
Notebook
Label *
Editable
Entry
Text
Range
HRange
VRange
MenuBar
Rule *
|