Package ch.bailu.gtk.gtk
Interface Align
public interface Align
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intalign the widget according to the baseline.static final intcenter natural width of widget inside the allocationstatic final intsnap to right or bottom side, leaving space on left or topstatic final intstretch to fill all space if possible, center if
no meaningful way to stretchstatic final intsnap to left or top side, leaving space on right or bottom
-
Field Details
-
FILL
static final int FILLstretch to fill all space if possible, center if
no meaningful way to stretch- See Also:
-
START
static final int STARTsnap to left or top side, leaving space on right or bottom- See Also:
-
END
static final int ENDsnap to right or bottom side, leaving space on left or top- See Also:
-
CENTER
static final int CENTERcenter natural width of widget inside the allocation- See Also:
-
BASELINE
static final int BASELINEalign the widget according to the baseline.
See [class@Gtk.Widget].- See Also:
-