Package: gtk
GEnum gtk:css-section-type
Declaration(gobject:define-genum "GtkCssSectionType" css-section-type (:export t :type-initializer "gtk_css_section_type_get_type") (:document 0) (:import 1) (:color-definition 2) (:binding-set 3) (:ruleset 4) (:selector 5) (:declaration 6) (:value 7) (:keyframes 8)) Values
Details
The different types of sections indicate parts of a CSS document as parsed
by the CSS parser of GTK.
They are oriented towards the CSS grammar, but may contain extensions. More types might be added in the future as the parser incorporates more features. | See also |
2024-3-21