:right-sidebar: True ToplevelState =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: ToplevelState :no-contents-entry: Specifies the state of a toplevel surface. On platforms that support information about individual edges, the :const:`~gi.repository.Gdk.ToplevelState.TILED` state will be set whenever any of the individual tiled states is set. On platforms that lack that support, the tiled state will give an indication of tiledness without any of the per-edge states being set. Fields ------ .. rst-class:: interim-class .. class:: ToplevelState :no-index: .. attribute:: ABOVE The surface is kept above other surfaces .. attribute:: BELOW The surface is kept below other surfaces .. attribute:: BOTTOM_RESIZABLE Whether the bottom edge is resizable .. attribute:: BOTTOM_TILED Whether the bottom edge is tiled .. attribute:: FOCUSED The surface is presented as focused (with active decorations) .. attribute:: FULLSCREEN The surface is maximized without decorations .. attribute:: LEFT_RESIZABLE Whether the left edge is resizable .. attribute:: LEFT_TILED Whether the left edge is tiled .. attribute:: MAXIMIZED The surface is maximized .. attribute:: MINIMIZED The surface is minimized .. attribute:: RIGHT_RESIZABLE Whether the right edge is resizable .. attribute:: RIGHT_TILED Whether the right edge is tiled .. attribute:: STICKY The surface is sticky .. attribute:: SUSPENDED The surface is not visible to the user .. attribute:: TILED The surface is in a tiled state .. attribute:: TOP_RESIZABLE Whether the top edge is resizable .. attribute:: TOP_TILED Whether the top edge is tiled