Package: gtk

Accessor gtk:toolbar-toolbar-style

Lambda List

gtk:toolbar-toolbar-style (object)

Syntax

(gtk:toolbar-toolbar-style object) => style
(setf (gtk:toolbar-toolbar-style object) style)

Arguments

toolbar -- a gtk:toolbar widget
style -- the style as a value of the gtk:toolbar-style enumeration for toolbar

Details

Accessor of the toolbar-style slot of the gtk:toolbar class. The gtk:toolbar-toolbar-style function retrieves whether the toolbar has text, icons, or both. The (setf gtk:toolbar-toolbar-style) function alters the view of the toolbar to display either icons only, text only, or both.
 

See also

#2023-3-28