Gjsify LogoGjsify Logo

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.

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method