Module: Gtk::ConstraintAttribute

Defined in:
(unknown)

Constant Summary collapse

NONE =

No attribute, used for constant relations

0 or :none
LEFT =

The left edge of a widget, regardless of text direction

1 or :left
RIGHT =

The right edge of a widget, regardless of text direction

2 or :right
TOP =

The top edge of a widget

3 or :top
BOTTOM =

The bottom edge of a widget

4 or :bottom
START =

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

5 or :start
END =

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

6 or :end
WIDTH =

The width of a widget

7 or :width
HEIGHT =

The height of a widget

8 or :height
CENTER_X =

The center of a widget, on the horizontal axis

9 or :center_x
CENTER_Y =

The center of a widget, on the vertical axis

10 or :center_y
BASELINE =

The baseline of a widget

11 or :baseline