ConstraintAttribute

The widget attributes that can be used when creating a class@Constraint.

Entries

Link copied to clipboard

No attribute, used for constant relations

Link copied to clipboard

The left edge of a widget, regardless of text direction

Link copied to clipboard

The right edge of a widget, regardless of text direction

Link copied to clipboard

The top edge of a widget

Link copied to clipboard

The bottom edge of a widget

Link copied to clipboard

The leading edge of a widget, depending on text direction; equivalent to %GTK_CONSTRAINT_ATTRIBUTE_LEFT for LTR languages, and %GTK_CONSTRAINT_ATTRIBUTE_RIGHT for RTL ones

Link copied to clipboard

The trailing edge of a widget, depending on text direction; equivalent to %GTK_CONSTRAINT_ATTRIBUTE_RIGHT for LTR languages, and %GTK_CONSTRAINT_ATTRIBUTE_LEFT for RTL ones

Link copied to clipboard

The width of a widget

Link copied to clipboard

The height of a widget

Link copied to clipboard

The center of a widget, on the horizontal axis

Link copied to clipboard

The center of a widget, on the vertical axis

Link copied to clipboard

The baseline of a widget

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.