Package: gtk

Accessor gtk:tool-palette-toolbar-style

Lambda List

gtk:tool-palette-toolbar-style (object)

Syntax

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

Arguments

palette -- a gtk:tool-palette widget
style -- a value of the gtk:toolbar-style enumeration that items in the tool palette shall have

Details

Accessor of the toolbar-style slot of the gtk:tool-palette class. The gtk:tool-palette-toolbar-style function gets the style, icons, text or both, of items in the tool palette. The (setf gtk:tool-palette-toolbar-style) function sets the style.
 

See also

#2023-3-28