Package: gtk

Accessor gtk:menu-button-has-frame

Lambda List

gtk:menu-button-has-frame (object)

Syntax

(gtk:menu-button-has-frame object) => setting
(setf (gtk:menu-button-has-frame object) setting)

Arguments

object -- a gtk:menu-button widget
setting -- a boolean whether the button has a frame

Details

Accessor of the has-frame slot of the gtk:menu-button class. The gtk:menu-button-has-frame function returns whether the button has a frame. The (setf gtk:menu-button-has-frame) function sets the style of the button.
 

See also

2024-4-20