Package ch.bailu.gtk.gdk
Interface ToplevelState
public interface ToplevelState
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intthe surface is kept above other surfacesstatic final intthe surface is kept below other surfacesstatic final intwhether the bottom edge is resizablestatic final intwhether the bottom edge is tiledstatic final intthe surface is presented as focused (with active decorations)static final intthe surface is maximized without decorationsstatic final intwhether the left edge is resizablestatic final intwhether the left edge is tiledstatic final intthe surface is maximizedstatic final intthe surface is minimizedstatic final intwhether the right edge is resizablestatic final intwhether the right edge is tiledstatic final intthe surface is stickystatic final intthe surface is in a tiled statestatic final intwhether the top edge is resizablestatic final intwhether 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:
-