Enumeration

GtkReliefStyle

Declaration

enum Gtk.ReliefStyle

Description [src]

Indicated the relief to be drawn around a GtkButton.

Members

GTK_RELIEF_NORMAL

Draw a normal relief.

  • Value: 0
  • Available since: 3.0
GTK_RELIEF_HALF

A half relief. Deprecated in 3.14, does the same as GTK_RELIEF_NORMAL.

  • Value: 1
  • Available since: 3.0
GTK_RELIEF_NONE

No relief.

  • Value: 2
  • Available since: 3.0