Enumeration (GI Enum)

Gtk-3.0GtkCssSectionTypeSince 3.2

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.

3.2

Index

Enumeration Members

BINDING_SET: number

The section defines a binding set. This is a GTK extension to CSS.

COLOR_DEFINITION: number

The section defines a color. This is a GTK extension to CSS.

DECLARATION: number

The section defines the declaration of a CSS variable.

DOCUMENT: number

The section describes a complete document. This section time is the only one where gtk_css_section_get_parent() might return null.

IMPORT: number

The section defines an import rule.

KEYFRAMES: number

The section defines keyframes. See CSS Animations for details. Since 3.6

RULESET: number

The section defines a CSS ruleset.

SELECTOR: number

The section defines a CSS selector.

VALUE: number

The section defines the value of a CSS declaration.