BuilderError

Error codes that identify various errors that can occur while using GtkBuilder.

Entries

Link copied to clipboard

A type-func attribute didn’t name a function that returns a GType.

Link copied to clipboard

The input contained a tag that GtkBuilder can’t handle.

Link copied to clipboard

An attribute that is required by GtkBuilder was missing.

Link copied to clipboard

GtkBuilder found an attribute that it doesn’t understand.

Link copied to clipboard

GtkBuilder found a tag that it doesn’t understand.

Link copied to clipboard

A required property value was missing.

Link copied to clipboard

GtkBuilder couldn’t parse some attribute value.

Link copied to clipboard

The input file requires a newer version of GTK.

Link copied to clipboard

An object id occurred twice.

Link copied to clipboard

A specified object type is of the same type or derived from the type of the composite class being extended with builder XML.

Link copied to clipboard

The wrong type was specified in a composite class’s template XML

Link copied to clipboard

The specified property is unknown for the object class.

Link copied to clipboard

The specified signal is unknown for the object class.

Link copied to clipboard

An object id is unknown.

Link copied to clipboard

A function could not be found. This often happens when symbols are set to be kept private. Compiling code with -rdynamic or using the gmodule-export-2.0 pkgconfig module can fix this problem.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.