GTK
From Gui
(Difference between revisions)
(Frames are containers too) |
(Container => Frame) |
||
Line 3: | Line 3: | ||
== Widgets == | == Widgets == | ||
- | * GtkDialog [[Widget/ | + | * GtkDialog [[Widget/Frame]] |
- | * GtkAboutDialog [[Widget/ | + | * GtkAboutDialog [[Widget/Frame]] |
- | * GtkAssistant [[Widget/ | + | * GtkAssistant [[Widget/Frame]] |
- | * GtkScrolledWindow [[Widget/ | + | * GtkScrolledWindow [[Widget/Frame]] |
- | * GtkWindow [[Widget/ | + | * GtkWindow [[Widget/Frame]] |
- | ** GtkFrame [[Widget/ | + | ** GtkFrame [[Widget/Frame]] |
** GtkLabel [[Widget/Label]] | ** GtkLabel [[Widget/Label]] | ||
** GtkAccelLabel [[Widget/Label]] | ** GtkAccelLabel [[Widget/Label]] |
Revision as of 17:42, 13 June 2009
http://library.gnome.org/devel/gtk/stable/
Contents |
Widgets
- GtkDialog Widget/Frame
- GtkAboutDialog Widget/Frame
- GtkAssistant Widget/Frame
- GtkScrolledWindow Widget/Frame
- GtkWindow Widget/Frame
- GtkFrame Widget/Frame
- GtkLabel Widget/Label
- GtkAccelLabel Widget/Label
- GtkImage Widget/Label
- GtkProgressBar
- GtkStatusbar
- GtkButton Widget/Button
- GtkLinkButton Widget/Button
- GtkToolButton Widget/Button
- GtkCheckButton Widget/Checkbox
- GtkRadioButton Widget/Checkbox
- GtkToggleButton Widget/Checkbox
- GtkScaleButton
- GtkVolumeButton
- GtkEntry Widget/Textarea
- GtkText Widget/Textarea
- GtkHScale
- GtkVScale
- GtkSpinButton
- GtkTextView Widget/Label
- GtkTreeView (has some features like Widget/Listbox, but many more)
- GtkCellView
- GtkIconView
- GtkComboBox Widget/Listbox
- GtkMenu
- GtkMenuBar
- GtkToolbar
- GtkHScrollbar
- GtkVScrollbar
- GtkCalendar
- GtkDrawingArea
- GtkNotebook
Properties
GtkLabel / GtkAccelLabel
- label
- selectable
- wrap
- wrap-mode
- width-chars
- max-width-chars
- single-line-mode
- ellipsize
- justify
- use-markup
- use-underline
- pattern
- mnemonic-keyval
- mnemonic-widget
- (also, accel-widget for GtkAccelLabel)
GtkImage
- storage-type
One of
- file
- gicon
- icon-set
- image
- pixbuf
- stock