Learn R Programming

RGtk2 (version 2.20.1)

GtkToolItemGroup: GtkToolItemGroup

Description

A sub container used in a tool palette

Arguments

Methods and Functions

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)

Hierarchy

GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkToolItemGroup

Interfaces

GtkToolItemGroup implements AtkImplementorIface, GtkBuildable and GtkToolShell.

Detailed Description

A GtkToolItemGroup is used together with GtkToolPalette to add GtkToolItems to a palette like container with different categories and drag and drop support.

Convenient Construction

gtkToolItemGroup is the equivalent of gtkToolItemGroupNew.

References

http://library.gnome.org/devel//gtk/GtkToolItemGroup.html