GTK
From Gui
(Difference between revisions)
(containers, labels, buttons) |
|||
Line 6: | Line 6: | ||
* GtkAboutDialog [[Widget/Container]] | * GtkAboutDialog [[Widget/Container]] | ||
* GtkAssistant [[Widget/Container]] | * GtkAssistant [[Widget/Container]] | ||
+ | * GtkScrolledWindow [[Widget/Container]] | ||
* GtkWindow [[Widget/Container]] | * GtkWindow [[Widget/Container]] | ||
+ | ** GtkFrame <!-- like fieldset --> | ||
** GtkLabel [[Widget/Label]] | ** GtkLabel [[Widget/Label]] | ||
** GtkAccelLabel [[Widget/Label]] | ** GtkAccelLabel [[Widget/Label]] | ||
Line 14: | Line 16: | ||
** GtkButton [[Widget/Button]] | ** GtkButton [[Widget/Button]] | ||
** GtkLinkButton [[Widget/Button]] | ** GtkLinkButton [[Widget/Button]] | ||
+ | ** GtkToolButton [[Widget/Button]] | ||
** GtkCheckButton | ** GtkCheckButton | ||
** GtkRadioButton | ** GtkRadioButton | ||
Line 19: | Line 22: | ||
** GtkScaleButton | ** GtkScaleButton | ||
** GtkVolumeButton | ** GtkVolumeButton | ||
+ | ** GtkEntry <!-- single-line textbox --> | ||
+ | ** GtkHScale | ||
+ | ** GtkVScale | ||
+ | ** GtkSpinButton | ||
+ | ** GtkTextView | ||
+ | ** GtkText <!-- textarea --> | ||
+ | ** GtkTreeView | ||
+ | ** GtkCellView | ||
+ | ** GtkIconView | ||
+ | ** GtkComboBox | ||
+ | ** GtkMenu | ||
+ | ** GtkMenuBar | ||
+ | ** GtkToolbar | ||
+ | ** GtkHScrollbar | ||
+ | ** GtkVScrollbar | ||
+ | ** GtkCalendar | ||
+ | ** GtkDrawingArea | ||
== Properties == | == Properties == | ||
== Events == | == Events == |
Revision as of 01:48, 12 June 2009
http://library.gnome.org/devel/gtk/stable/
Widgets
- GtkDialog Widget/Container
- GtkAboutDialog Widget/Container
- GtkAssistant Widget/Container
- GtkScrolledWindow Widget/Container
- GtkWindow Widget/Container
- GtkFrame
- GtkLabel Widget/Label
- GtkAccelLabel Widget/Label
- GtkImage Widget/Label
- GtkProgressBar
- GtkStatusbar
- GtkButton Widget/Button
- GtkLinkButton Widget/Button
- GtkToolButton Widget/Button
- GtkCheckButton
- GtkRadioButton
- GtkToggleButton
- GtkScaleButton
- GtkVolumeButton
- GtkEntry
- GtkHScale
- GtkVScale
- GtkSpinButton
- GtkTextView
- GtkText
- GtkTreeView
- GtkCellView
- GtkIconView
- GtkComboBox
- GtkMenu
- GtkMenuBar
- GtkToolbar
- GtkHScrollbar
- GtkVScrollbar
- GtkCalendar
- GtkDrawingArea