Package: gtk

GEnum gtk:toolbar-space-style

Declaration

(gobject:define-genum "GtkToolbarSpaceStyle" toolbar-space-style
  (:export t
   :type-initializer "gtk_toolbar_space_style_get_type")
  (:empty 0)
  (:line 1))  

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.
 

See also

#2024-3-22