-
Cast constructor, converting any binary integer to a
CssSectionType
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
The section describes a complete document. This section time is the only one where
gtk_css_section_get_parent()
might returnnil
.Declaration
Swift
static let document: GtkCssSectionType
-
The section defines an import rule.
Declaration
Swift
static let `import`: GtkCssSectionType
-
The section defines a color. This is a GTK extension to CSS.
Declaration
Swift
static let colorDefinition: GtkCssSectionType
-
The section defines a binding set. This is a GTK extension to CSS.
Declaration
Swift
static let bindingSet: GtkCssSectionType
-
The section defines a CSS ruleset.
Declaration
Swift
static let ruleset: GtkCssSectionType
-
The section defines a CSS selector.
Declaration
Swift
static let selector: GtkCssSectionType
-
The section defines the declaration of a CSS variable.
Declaration
Swift
static let declaration: GtkCssSectionType
-
The section defines the value of a CSS declaration.
Declaration
Swift
static let value: GtkCssSectionType
-
The section defines keyframes. See CSS Animations for details. Since 3.6
Declaration
Swift
static let keyframes: GtkCssSectionType