Enumeration

GtkShadowType

since: 3.0

Declaration

enum Gtk.ShadowType

Description [src]

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

Available since: 3.0

Members

GTK_SHADOW_NONE

No outline.

  • Value: 0
  • Nickname: none
  • Available since: 3.0
GTK_SHADOW_IN

The outline is bevelled inwards.

  • Value: 1
  • Nickname: in
  • Available since: 3.0
GTK_SHADOW_OUT

The outline is bevelled outwards like a button.

  • Value: 2
  • Nickname: out
  • Available since: 3.0
GTK_SHADOW_ETCHED_IN

The outline has a sunken 3d appearance.

  • Value: 3
  • Nickname: etched-in
  • Available since: 3.0
GTK_SHADOW_ETCHED_OUT

The outline has a raised 3d appearance.

  • Value: 4
  • Nickname: etched-out
  • Available since: 3.0