Package: gtk

Accessor gtk-entry-shadow-type

Lambda List

gtk-entry-shadow-type (object)

Syntax

(gtk-entry-shadow-type object) => type
(setf (gtk-entry-shadow-type object) type)

Arguments

object -- a gtk-entry widget
type -- a value of the gtk-shadow-type enumeration

Details

Accessor of the shadow-type slot of the gtk-entry class.

Which kind of shadow to draw around the entry when "has-frame" is set to true.

Warning

The shadow-type property has been deprecated since version 3.20 and should not be used in newly written code. Use CSS to determine the style of the border. The value of this style property is ignored.
 

See also

2021-11-3