Package: gtk

Accessor gtk:scale-button-has-frame

Lambda List

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

Syntax

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

Arguments

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

Details

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

Since 4.14
 

See also

2024-5-26