Package ch.bailu.gtk.gtk
Schnittstelle PolicyType
public interface PolicyType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The scrollbar is always visible.static final int
The scrollbar will appear and disappear as necessary.static final int
Don't show a scrollbar, but don't force the
size to follow the content.static final int
The scrollbar should never appear.
-
Felddetails
-
ALWAYS
static final int ALWAYSThe scrollbar is always visible. The view size is
independent of the content.- Siehe auch:
-
AUTOMATIC
static final int AUTOMATICThe scrollbar will appear and disappear as necessary.
For example, when all of a `GtkTreeView` can not be seen.- Siehe auch:
-
NEVER
static final int NEVERThe scrollbar should never appear. In this mode the
content determines the size.- Siehe auch:
-
EXTERNAL
static final int EXTERNALDon't show a scrollbar, but don't force the
size to follow the content. This can be used e.g. to make multiple
scrolled windows share a scrollbar.- Siehe auch:
-