GtkToolItemGroup {RGtk2} | R Documentation |
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)
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
.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkToolItemGroup.html