GtkShadowType

Used to change the appearance of an outline typically provided by a #GtkFrame.

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).

Values

ValueMeaning
NONE0

No outline.

IN1

The outline is bevelled inwards.

OUT2

The outline is bevelled outwards like a button.

ETCHED_IN3

The outline has a sunken 3d appearance.

ETCHED_OUT4

The outline has a raised 3d appearance.

Meta