Package ch.bailu.gtk.gdk
Schnittstelle ToplevelState
public interface ToplevelState
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the surface is kept above other surfacesstatic final int
the surface is kept below other surfacesstatic final int
whether the bottom edge is resizablestatic final int
whether the bottom edge is tiledstatic final int
the surface is presented as focused (with active decorations)static final int
the surface is maximized without decorationsstatic final int
whether the left edge is resizablestatic final int
whether the left edge is tiledstatic final int
the surface is maximizedstatic final int
the surface is minimizedstatic final int
whether the right edge is resizablestatic final int
whether the right edge is tiledstatic final int
the surface is stickystatic final int
The surface is not visible to the user.static final int
the surface is in a tiled statestatic final int
whether the top edge is resizablestatic final int
whether the top edge is tiled
-
Felddetails
-
MINIMIZED
static final int MINIMIZEDthe surface is minimized- Siehe auch:
-
MAXIMIZED
static final int MAXIMIZEDthe surface is maximized- Siehe auch:
-
STICKY
static final int STICKYthe surface is sticky- Siehe auch:
-
FULLSCREEN
static final int FULLSCREENthe surface is maximized without decorations- Siehe auch:
-
ABOVE
static final int ABOVEthe surface is kept above other surfaces- Siehe auch:
-
BELOW
static final int BELOWthe surface is kept below other surfaces- Siehe auch:
-
FOCUSED
static final int FOCUSEDthe surface is presented as focused (with active decorations)- Siehe auch:
-
TILED
static final int TILEDthe surface is in a tiled state- Siehe auch:
-
TOP_TILED
static final int TOP_TILEDwhether the top edge is tiled- Siehe auch:
-
TOP_RESIZABLE
static final int TOP_RESIZABLEwhether the top edge is resizable- Siehe auch:
-
RIGHT_TILED
static final int RIGHT_TILEDwhether the right edge is tiled- Siehe auch:
-
RIGHT_RESIZABLE
static final int RIGHT_RESIZABLEwhether the right edge is resizable- Siehe auch:
-
BOTTOM_TILED
static final int BOTTOM_TILEDwhether the bottom edge is tiled- Siehe auch:
-
BOTTOM_RESIZABLE
static final int BOTTOM_RESIZABLEwhether the bottom edge is resizable- Siehe auch:
-
LEFT_TILED
static final int LEFT_TILEDwhether the left edge is tiled- Siehe auch:
-
LEFT_RESIZABLE
static final int LEFT_RESIZABLEwhether the left edge is resizable- Siehe auch:
-
SUSPENDED
static final int SUSPENDEDThe surface is not visible to the user.- Siehe auch:
-