Package: gtk

GEnum gtk-button-role

Details

The role specifies the desired appearance of a gtk-model-button widget.
(define-g-enum "GtkButtonRole" gtk-button-role
  (:export t
   :type-initializer "gtk_button_role_get_type")
  :normal
  :check
  :radio)  
:normal
A plain button.
:check
A check button.
:radio
A radio button.
 

See also

2021-12-23