Package: gtk

Accessor gtk:tool-palette-icon-size

Lambda List

gtk:tool-palette-icon-size (object)

Syntax

(gtk:tool-palette-icon-size object) => icon-size
(setf (gtk:tool-palette-icon-size object) icon-size)

Arguments

palette -- a gtk:tool-palette widget
icon-size -- a value of the gtk:icon-size enumeration that icons in the tool palette shall have

Details

Accessor of the icon-size slot of the gtk:tool-palette class. The gtk:tool-palette-icon-size function gets the size of icons in the tool palette. The (setf gtk:tool-palette-icon-size) function sets the size of icons.
 

See also

#2023-3-28