Module: Gtk::CssSectionType
- Defined in:
- (unknown)
Constant Summary collapse
- DOCUMENT =
          The section describes a complete document. This section time is the only one where gtk_css_section_get_parent() might return nil.
- 0 or :document 
- IMPORT =
          The section defines an import rule. 
- 1 or :import 
- COLOR_DEFINITION =
          The section defines a color. This is a GTK extension to CSS.
- 2 or :color_definition 
- BINDING_SET =
          The section defines a binding set. This is a GTK extension to CSS.
- 3 or :binding_set 
- RULESET =
          The section defines a CSS ruleset. 
- 4 or :ruleset 
- SELECTOR =
          The section defines a CSS selector. 
- 5 or :selector 
- DECLARATION =
          The section defines the declaration of a CSS variable.
- 6 or :declaration 
- VALUE =
          The section defines the value of a CSS declaration. 
- 7 or :value 
- KEYFRAMES =
          The section defines keyframes. See [CSS Animations](http://dev.w3.org/csswg/css3-animations/#keyframes) for details. Since 3.6
- 8 or :keyframes