: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 type of the None singleton. .. attribute:: BELOW The type of the None singleton. .. attribute:: BOTTOM_RESIZABLE The type of the None singleton. .. attribute:: BOTTOM_TILED The type of the None singleton. .. attribute:: FOCUSED The type of the None singleton. .. attribute:: FULLSCREEN The type of the None singleton. .. attribute:: LEFT_RESIZABLE The type of the None singleton. .. attribute:: LEFT_TILED The type of the None singleton. .. attribute:: MAXIMIZED The type of the None singleton. .. attribute:: MINIMIZED The type of the None singleton. .. attribute:: RIGHT_RESIZABLE The type of the None singleton. .. attribute:: RIGHT_TILED The type of the None singleton. .. attribute:: STICKY The type of the None singleton. .. attribute:: SUSPENDED The type of the None singleton. .. versionadded:: 4.12 .. attribute:: TILED The type of the None singleton. .. attribute:: TOP_RESIZABLE The type of the None singleton. .. attribute:: TOP_TILED The type of the None singleton.