Package: gtk

Accessor gtk:scrolled-window-shadow-type

Lambda List

gtk:scrolled-window-shadow-type (object)

Syntax

(gtk:scrolled-window-shadow-type object) => shadow-type
(setf (gtk:scrolled-window-shadow-type object) shadow-type)

Arguments

object -- a gtk:scrolled-window widget
shadow-type -- a value of the gtk:shadow-type enumeration with the kind of shadow to draw around scrolled window contents

Details

Accessor of the shadow-type slot of the gtk:scrolled-window class. The gtk:scrolled-window-shadow-type function gets the shadow type of the scrolled window. The (setf gtk:scrolled-window-shadow-type) function sets the shadow type.
 

See also

2024-1-1