Package: gtk

Accessor gtk:model-button-inverted

Lambda List

gtk:model-button-inverted (object)

Syntax

(gtk:model-button-inverted object) => inverted
(setf (gtk:model-button-inverted object) inverted)

Arguments

object -- a gtk:model-button widget
inverted -- a boolean whether to show the submenu indicator at the opposite side than normal

Details

Accessor of the inverted slot of the gtk:model-button class. Whether to show the submenu indicator at the opposite side than normal. This property should be set for model buttons that 'go back' to a parent menu.
 

See also

#2023-3-21