Interface ConstraintAttribute


public interface ConstraintAttribute
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The baseline of a widget
    static final int
    The bottom edge of a widget
    static final int
    The center of a widget, on the
    horizontal axis
    static final int
    The center of a widget, on the
    vertical axis
    static final int
    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
    static final int
    The height of a widget
    static final int
    The left edge of a widget, regardless of
    text direction
    static final int
    No attribute, used for constant
    relations
    static final int
    The right edge of a widget, regardless
    of text direction
    static final int
    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
    static final int
    The top edge of a widget
    static final int
    The width of a widget
  • Field Details

    • NONE

      static final int NONE
      No attribute, used for constant
      relations
      See Also:
    • LEFT

      static final int LEFT
      The left edge of a widget, regardless of
      text direction
      See Also:
    • TOP

      static final int TOP
      The top edge of a widget
      See Also:
    • BOTTOM

      static final int BOTTOM
      The bottom edge of a widget
      See Also:
    • START

      static final int 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
      See Also:
    • END

      static final int 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
      See Also:
    • WIDTH

      static final int WIDTH
      The width of a widget
      See Also:
    • HEIGHT

      static final int HEIGHT
      The height of a widget
      See Also:
    • CENTER_X

      static final int CENTER_X
      The center of a widget, on the
      horizontal axis
      See Also:
    • CENTER_Y

      static final int CENTER_Y
      The center of a widget, on the
      vertical axis
      See Also:
    • BASELINE

      static final int BASELINE
      The baseline of a widget
      See Also: