Package ch.bailu.gtk.gdk
Interface ToplevelState
public interface ToplevelState
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 in a tiled statestatic final int
whether the top edge is resizablestatic final int
whether the top edge is tiled
-
Field Details
-
MINIMIZED
static final int MINIMIZEDthe surface is minimized- See Also:
-
MAXIMIZED
static final int MAXIMIZEDthe surface is maximized- See Also:
-
STICKY
static final int STICKYthe surface is sticky- See Also:
-
FULLSCREEN
static final int FULLSCREENthe surface is maximized without decorations- See Also:
-
ABOVE
static final int ABOVEthe surface is kept above other surfaces- See Also:
-
BELOW
static final int BELOWthe surface is kept below other surfaces- See Also:
-
FOCUSED
static final int FOCUSEDthe surface is presented as focused (with active decorations)- See Also:
-
TILED
static final int TILEDthe surface is in a tiled state- See Also:
-
TOP_TILED
static final int TOP_TILEDwhether the top edge is tiled- See Also:
-
TOP_RESIZABLE
static final int TOP_RESIZABLEwhether the top edge is resizable- See Also:
-
RIGHT_TILED
static final int RIGHT_TILEDwhether the right edge is tiled- See Also:
-
RIGHT_RESIZABLE
static final int RIGHT_RESIZABLEwhether the right edge is resizable- See Also:
-
BOTTOM_TILED
static final int BOTTOM_TILEDwhether the bottom edge is tiled- See Also:
-
BOTTOM_RESIZABLE
static final int BOTTOM_RESIZABLEwhether the bottom edge is resizable- See Also:
-
LEFT_TILED
static final int LEFT_TILEDwhether the left edge is tiled- See Also:
-
LEFT_RESIZABLE
static final int LEFT_RESIZABLEwhether the left edge is resizable- See Also:
-