:right-sidebar: True WindowProperties =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: WindowProperties(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` :Constructors: :: WindowProperties(**properties) Methods ------- .. rst-class:: interim-class .. class:: WindowProperties :no-index: .. method:: get_fullscreen() -> bool Get whether the window should be shown in fullscreen state or not. .. method:: get_geometry() -> ~gi.repository.Gdk.Rectangle Get the geometry the window should have on the screen when shown. .. method:: get_locationbar_visible() -> bool Get whether the window should have the locationbar visible or not. .. method:: get_menubar_visible() -> bool Get whether the window should have the menubar visible or not. .. method:: get_resizable() -> bool Get whether the window should be resizable by the user or not. .. method:: get_scrollbars_visible() -> bool Get whether the window should have the scrollbars visible or not. .. method:: get_statusbar_visible() -> bool Get whether the window should have the statusbar visible or not. .. method:: get_toolbar_visible() -> bool Get whether the window should have the toolbar visible or not. Properties ---------- .. rst-class:: interim-class .. class:: WindowProperties :no-index: .. attribute:: props.fullscreen :type: bool Whether window will be displayed fullscreen. .. attribute:: props.geometry :type: ~gi.repository.Gdk.Rectangle The size and position of the window on the screen. .. attribute:: props.locationbar_visible :type: bool Whether the locationbar should be visible for the window. .. attribute:: props.menubar_visible :type: bool Whether the menubar should be visible for the window. .. attribute:: props.resizable :type: bool Whether the window can be resized. .. attribute:: props.scrollbars_visible :type: bool Whether the scrollbars should be visible for the window. .. attribute:: props.statusbar_visible :type: bool Whether the statusbar should be visible for the window. .. attribute:: props.toolbar_visible :type: bool Whether the toolbar should be visible for the window.