Package: gtk

Accessor gtk:handle-box-shadow-type

Lambda List

gtk:handle-box-shadow-type (object)

Syntax

(gtk:handle-box-shadow-type object) => shadow-type
(setf (gtk:handle-box-shadow-type object) shadow-type)

Arguments

object -- a gtk:handle-box widget
shadow-type -- a value of the gtk:shadow-type enumeration

Details

Accessor of the shadow-type slot of the gtk:handle-box class. The gtk:handle-box-shadow-type function gets the type of shadow drawn around the handle box. The (setf gtk:handle-box-shadow-type) function sets the type of shadow.

Warning

The gtk:handle-box-shadow-type function has been deprecated since version 3.4 and should not be used in newly written code. The gtk:handle-box widget has been deprecated.
 

See also

#2023-3-20