CssSectionType
Description:
[ CCode ( cprefix = "GTK_CSS_SECTION_" , type_id = "gtk_css_section_type_get_type ()" ) ]
[ Version ( since = "3.2" ) ]
public enum CssSectionType
The different types of sections indicate parts of a CSS document as parsed by GTK’s CSS parser.
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.
Content:
Enum values:
- BINDING_SET - The section defines a
binding set.
- COLOR_DEFINITION - The section
defines a color.
- DECLARATION - The section defines
the declaration of a CSS variable.
- DOCUMENT - The section describes a
complete document.
- IMPORT - The section defines an import
rule.
- KEYFRAMES - The section defines
keyframes.
- RULESET - The section defines a CSS
ruleset.
- SELECTOR - The section defines a CSS
selector.
- VALUE - The section defines the value of a
CSS declaration.