Package: gtk

Accessor gtk:button-has-frame

Lambda List

gtk:button-has-frame (object)

Syntax

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

Arguments

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

Details

Accessor of the has-frame slot of the gtk:button class. The gtk:button-has-frame function returns whether the button has a frame. The (setf gtk:button-has-frame) function sets the style of the button. Buttons can have a flat appearance or a frame drawn around them.
 

See also

2024-5-4