Package: gtk

Accessor gtk:scrolled-window-has-frame

Lambda List

gtk:scrolled-window-has-frame (object)

Syntax

(gtk:scrolled-window-has-frame object) => setting
(setf (gtk:scrolled-window-child object) setting)

Arguments

object -- a gtk:scrolled-window widget
setting -- a boolean whether to draw a frame around the contents

Details

Accessor of the has-frame slot of the gtk:scrolled-window class. The gtk:scrolled-window-has-frame function gets whether the scrolled window draws a frame. The (setf gtk:scrolled-window-has-frame) function changes the frame drawn around the contents of the scrolled window.
 

See also

2024-7-5