GTK
From Gui
(Difference between revisions)
(containers, labels, buttons) |
|||
Line 1: | Line 1: | ||
http://library.gnome.org/devel/gtk/stable/ | http://library.gnome.org/devel/gtk/stable/ | ||
+ | |||
+ | == Widgets == | ||
+ | |||
+ | * GtkDialog [[Widget/Container]] | ||
+ | * GtkAboutDialog [[Widget/Container]] | ||
+ | * GtkAssistant [[Widget/Container]] | ||
+ | * GtkWindow [[Widget/Container]] | ||
+ | ** GtkLabel [[Widget/Label]] | ||
+ | ** GtkAccelLabel [[Widget/Label]] | ||
+ | ** GtkImage [[Widget/Label]] | ||
+ | ** GtkProgressBar | ||
+ | ** GtkStatusbar | ||
+ | ** GtkButton [[Widget/Button]] | ||
+ | ** GtkLinkButton [[Widget/Button]] | ||
+ | ** GtkCheckButton | ||
+ | ** GtkRadioButton | ||
+ | ** GtkToggleButton | ||
+ | ** GtkScaleButton | ||
+ | ** GtkVolumeButton | ||
+ | |||
+ | == Properties == | ||
+ | |||
+ | == Events == |
Revision as of 01:37, 12 June 2009
http://library.gnome.org/devel/gtk/stable/
Widgets
- GtkDialog Widget/Container
- GtkAboutDialog Widget/Container
- GtkAssistant Widget/Container
- GtkWindow Widget/Container
- GtkLabel Widget/Label
- GtkAccelLabel Widget/Label
- GtkImage Widget/Label
- GtkProgressBar
- GtkStatusbar
- GtkButton Widget/Button
- GtkLinkButton Widget/Button
- GtkCheckButton
- GtkRadioButton
- GtkToggleButton
- GtkScaleButton
- GtkVolumeButton