Enumeration

GtkShadowType

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

Members

GTK_SHADOW_NONE

No outline.

  • Value: 0
  • Available since: 3.0
GTK_SHADOW_IN

The outline is bevelled inwards.

  • Value: 1
  • Available since: 3.0
GTK_SHADOW_OUT

The outline is bevelled outwards like a button.

  • Value: 2
  • Available since: 3.0
GTK_SHADOW_ETCHED_IN

The outline has a sunken 3d appearance.

  • Value: 3
  • Available since: 3.0
GTK_SHADOW_ETCHED_OUT

The outline has a raised 3d appearance.

  • Value: 4
  • Available since: 3.0