Enumeration (GI Enum)

Gtk-3.0GtkShadowType

Used to change the appearance of an outline typically provided by a Gtk.Frame.

Note that many themes do not differentiate the appearance of the various shadow types: Either their is no visible shadow (GTK_SHADOW_NONE), or there is (any other value).

Index

Enumeration Members

Enumeration Members

ETCHED_IN: number

The outline has a sunken 3d appearance.

ETCHED_OUT: number

The outline has a raised 3d appearance.

IN: number

The outline is bevelled inwards.

NONE: number

No outline.

OUT: number

The outline is bevelled outwards like a button.