-
Cast constructor, converting any binary integer to a
BuilderError.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
A type-func attribute didn’t name a function that returns a
GType.Declaration
Swift
static let invalidTypeFunction: GtkBuilderError -
The input contained a tag that
GtkBuildercan’t handle.Declaration
Swift
static let unhandledTag: GtkBuilderError -
An attribute that is required by
GtkBuilderwas missing.Declaration
Swift
static let missingAttribute: GtkBuilderError -
GtkBuilderfound an attribute that it doesn’t understand.Declaration
Swift
static let invalidAttribute: GtkBuilderError -
GtkBuilderfound a tag that it doesn’t understand.Declaration
Swift
static let invalidTag: GtkBuilderError -
A required property value was missing.
Declaration
Swift
static let missingPropertyValue: GtkBuilderError -
GtkBuildercouldn’t parse some attribute value.Declaration
Swift
static let invalidValue: GtkBuilderError -
The input file requires a newer version of GTK+.
Declaration
Swift
static let versionMismatch: GtkBuilderError -
An object id occurred twice.
Declaration
Swift
static let duplicateID: GtkBuilderError -
A specified object type is of the same type or derived from the type of the composite class being extended with builder XML.
Declaration
Swift
static let objectTypeRefused: GtkBuilderError -
The wrong type was specified in a composite class’s template XML
Declaration
Swift
static let templateMismatch: GtkBuilderError -
The specified property is unknown for the object class.
Declaration
Swift
static let invalidProperty: GtkBuilderError -
The specified signal is unknown for the object class.
Declaration
Swift
static let invalidSignal: GtkBuilderError -
An object id is unknown
Declaration
Swift
static let invalidID: GtkBuilderError
View on GitHub
Install in Dash
BuilderError Extension Reference