Package: gtk

GEnum gtk:relief-style

Declaration

(gobject:define-genum "GtkReliefStyle" relief-style
  (:export t
   :type-initializer "gtk_relief_style_get_type")
  (:normal 0)
  (:half 1)
  (:none 2))  

Values

:normal
Draw a normal relief.
:half
Draw a half relief. Deprecated in 3.14, does the same as :normal.
:none
Draw no relief.

Details

Indicated the relief to be drawn around a gtk:button widget.
 

See also

2024-3-21