Package: gtk

GEnum gtk-toolbar-space-style

Details

Whether spacers are vertical lines or just blank.

Warning

The gtk-toolbar-space-style enumeration has been deprecated since version 3.20 and should not be used in newly written code.
(define-g-enum "GtkToolbarSpaceStyle" gtk-toolbar-space-style
  (:export t
   :type-initializer "gtk_toolbar_space_style_get_type")
  (:empty 0)
  (:line 1))  
 

See also

2021-10-30