Gjsify LogoGjsify Logo

Enumeration ConstraintAttribute

The widget attributes that can be used when creating a [classConstraint].

Index

Enumeration Members

BASELINE: number

The baseline of a widget

BOTTOM: number

The bottom edge of a widget

CENTER_X: number

The center of a widget, on the horizontal axis

CENTER_Y: number

The center of a widget, on the vertical axis

END: number

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

HEIGHT: number

The height of a widget

LEFT: number

The left edge of a widget, regardless of text direction

NONE: number

No attribute, used for constant relations

RIGHT: number

The right edge of a widget, regardless of text direction

START: number

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

TOP: number

The top edge of a widget

WIDTH: number

The width of a widget

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method