GTK
From Gui
(Difference between revisions)
(Add properties for the label types) |
|||
Line 41: | Line 41: | ||
== Properties == | == 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 <!-- for --> | ||
+ | ** (also, accel-widget for GtkAccelLabel) | ||
+ | |||
+ | === GtkImage === | ||
+ | |||
+ | * storage-type | ||
+ | |||
+ | ==== One of ==== | ||
+ | |||
+ | * file | ||
+ | * gicon | ||
+ | * icon-set | ||
+ | * image | ||
+ | * pixbuf | ||
+ | * stock | ||
== Events == | == Events == |
Revision as of 02:01, 12 June 2009
http://library.gnome.org/devel/gtk/stable/
Contents |
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
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