ConstraintAttribute
Description:
[ CCode ( cprefix = "GTK_CONSTRAINT_ATTRIBUTE_" , type_id = "gtk_constraint_attribute_get_type ()" ) ]
public enum ConstraintAttribute
The widget attributes that can be used when creating a [class@Constraint].
Content:
Enum values:
- BASELINE - The baseline of a
widget
- BOTTOM - The bottom edge of a widget
- CENTER_X - The center of a widget,
on the horizontal axis
- CENTER_Y - The center of a widget,
on the vertical axis
- 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
- HEIGHT - The height of a widget
- LEFT - The left edge of a widget,
regardless of text direction
- NONE - No attribute, used for constant
relations
- RIGHT - The right edge of a widget,
regardless of text direction
- 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
- TOP - The top edge of a widget
- WIDTH - The width of a widget