Interface Align


public interface Align
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    align the widget according to the baseline.
    static final int
    center natural width of widget inside the allocation
    static final int
    snap to right or bottom side, leaving space on left or top
    static final int
    stretch to fill all space if possible, center if
    no meaningful way to stretch
    static final int
    snap to left or top side, leaving space on right or bottom
  • Field Details

    • FILL

      static final int FILL
      stretch to fill all space if possible, center if
      no meaningful way to stretch
      See Also:
    • START

      static final int START
      snap to left or top side, leaving space on right or bottom
      See Also:
    • END

      static final int END
      snap to right or bottom side, leaving space on left or top
      See Also:
    • CENTER

      static final int CENTER
      center natural width of widget inside the allocation
      See Also:
    • BASELINE

      static final int BASELINE
      align the widget according to the baseline.
      See [class@Gtk.Widget].
      See Also: