Package: gtk

Class gtk-tool-item-group

Superclasses

gtk-container, gtk-widget, gtk-buildable, gtk-tool-shell, g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

collapsed
The collapsed property of type :boolean (Read / Write)
Whether the group has been collapsed and items are hidden.
Default value: false
ellipsize
The ellipsize property of type pango-ellipsize-mode (Read / Write)
Ellipsize for item group headers.
Default value: :none
header-relief
The header-relief property of type gtk-relief-style (Read / Write)
Relief of the group header button.
Default value: :normal
label
The label property of type :string (Read / Write)
The human readable title of this item group.
Default value: ""
label-widget
The label-widget property of type gtk-widget (Read / Write)
A widget to display in place of the usual label.

Details

A gtk-tool-item-group widget is used together with a gtk-tool-palette widget to add gtk-tool-item widgets to a palette like container with different categories and drag and drop support.

CSS nodes

The gtk-tool-item-group class has a single CSS node named toolitemgroup.

Child Property Details

expand
The expand child property of type :boolean (Read / Write)
Whether the item should receive extra space when the group grows.
Default value: false
fill
The fill child property of type :boolean (Read / Write)
Whether the item should fill the available space.
Default value: true
homogenous
The homogeneous child property of type :boolean (Read / Write)
Whether the item should be the same size as other homogeneous items.
Default value: true
new-row
The new-row child property of type :boolean (Read / Write)
Whether the item should start a new row.
Default value: false
position
The position child property of type :int (Read / Write)
Position of the item within this group.
Allowed values: >= 0
Default value: 0

Style Property Details

expander-size
The expander-size style property of type :int (Read)
Size of the expander arrow.
Allowed values: >= 0
Default value: 16
header-spacing
The header-spacing style property of type :int (Read)
Spacing between expander arrow and caption.
Allowed values: >= 0
Default value: 2
 

Slot Access Functions

Inherited Slot Access Functions

See also

*2021-3-14