Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Properties Style Properties Author(s) References
A sub container used in a tool palette
gtkToolItemGroupGetCollapsed(object)
gtkToolItemGroupGetDropItem(object, x, y)
gtkToolItemGroupGetEllipsize(object)
gtkToolItemGroupGetItemPosition(object, item)
gtkToolItemGroupGetNItems(object)
gtkToolItemGroupGetLabel(object)
gtkToolItemGroupGetLabelWidget(object)
gtkToolItemGroupGetNthItem(object, index)
gtkToolItemGroupGetHeaderRelief(object)
gtkToolItemGroupInsert(object, item, position)
gtkToolItemGroupNew(label, show = TRUE)
gtkToolItemGroupSetCollapsed(object, collapsed)
gtkToolItemGroupSetEllipsize(object, ellipsize)
gtkToolItemGroupSetItemPosition(object, item, position)
gtkToolItemGroupSetLabel(object, label)
gtkToolItemGroupSetLabelWidget(object, label.widget)
gtkToolItemGroupSetHeaderRelief(object, style)
gtkToolItemGroup(label, show = TRUE)
1 2 3 4 5 6 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkToolItemGroup
|
GtkToolItemGroup implements
AtkImplementorIface, GtkBuildable
and GtkToolShell
.
A GtkToolItemGroup
is used together with GtkToolPalette
to add
GtkToolItem
s to a palette like container with different
categories and drag and drop support.
GtkToolItemGroup
This should not be accessed directly. Use the accessor functions below.
gtkToolItemGroup
is the equivalent of gtkToolItemGroupNew
.
collapsed
[logical : Read / Write]Wether the group has been collapsed and items are hidden. Default value: FALSE
ellipsize
[PangoEllipsizeMode
: Read / Write]Ellipsize for item group headers. Default value: PANGO_ELLIPSIZE_NONE
header-relief
[GtkReliefStyle
: Read / Write]Relief of the group header button. Default value: GTK_RELIEF_NORMAL
label
[character : * : Read / Write]The human-readable title of this item group. Default value: ""
label-widget
[GtkWidget
: * : Read / Write]A widget to display in place of the usual label.
expander-size
[integer : Read]Size of the expander arrow. Allowed values: >= 0 Default value: 16
header-spacing
[integer : Read]Spacing between expander arrow and caption. Allowed values: >= 0 Default value: 2
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkToolItemGroup.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.