Package: gtk
Class gtk-tool-item
Superclassesgtk-bin, gtk-container, gtk-widget, gtk-buildable, gtk-activatable, g-object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails The gtk-tool-item widget is a widget that can appear on a toolbar.
To create a toolbar item that contain something else than a button, use the gtk-tool-item-new function. Use the gtk-container-add function to
add a child widget to the tool item. For toolbar items that contain buttons, see the gtk-tool-button, gtk-toggle-tool-button and gtk-radio-tool-button widgets. See the gtk-toolbar documentation for a description of the toolbar widget, and the gtk-tool-shell documentation for a description of the tool shell interface. Signal DetailsThe "create-menu-proxy" signallambda (item) :run-lastThe signal is emitted when the toolbar needs information from item about whether the item should appear in the toolbar overflow menu. In response the tool item should either.
The "toolbar-reconfigured" signallambda (item) :run-lastThe signal is emitted when some property of the toolbar that the item is a child of changes. For custom subclasses of the gtk-tool-item class, the default handler of this signal use the gtk-tool-shell-orientation, gtk-tool-shell-style, gtk-tool-shell-icon-size, or gtk-tool-shell-relief-style functions to find out what the toolbar should look like and change themselves accordingly.
| Slot Access FunctionsInherited Slot Access Functions |
*2021-10-31