Package ch.bailu.gtk.adw
Schnittstelle WrapPolicy
public interface WrapPolicy
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Fit as many children into each line as possible, shrinking
them down to their minimum size before wrapping to the next line.static final int
Wrap to the next line as soon as the previous line cannot
fit any more children without shrinking them past their natural size.
-
Felddetails
-
MINIMUM
static final int MINIMUMFit as many children into each line as possible, shrinking
them down to their minimum size before wrapping to the next line.- Siehe auch:
-
NATURAL
static final int NATURALWrap to the next line as soon as the previous line cannot
fit any more children without shrinking them past their natural size.- Siehe auch:
-