Package: gtk

Accessor gtk:arrow-shadow-type

Lambda List

gtk:arrow-shadow-type (object)

Syntax

(gtk:arrow-shadow-type object) => shadow-type
(setf (gtk:arrow-shadow-type object) shadow-type)

Arguments

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

Details

Accessor of the shadow-type slot of the gtk:arrow class. Appearance of the shadow surrounding the arrow.

Warning

The gtk:arrow-shadow-type function has been deprecated since version 3.14 and should not be used in newly written code. Use a gtk:image widget with a suitable icon.
 

See also

2023-12-30