WindowProperties

class WindowProperties(**properties: Any)

Superclasses: Object

Constructors:

WindowProperties(**properties)

Methods

class WindowProperties
get_fullscreen() bool

Get whether the window should be shown in fullscreen state or not.

get_geometry() Rectangle

Get the geometry the window should have on the screen when shown.

get_locationbar_visible() bool

Get whether the window should have the locationbar visible or not.

get_menubar_visible() bool

Get whether the window should have the menubar visible or not.

get_resizable() bool

Get whether the window should be resizable by the user or not.

get_scrollbars_visible() bool

Get whether the window should have the scrollbars visible or not.

get_statusbar_visible() bool

Get whether the window should have the statusbar visible or not.

get_toolbar_visible() bool

Get whether the window should have the toolbar visible or not.

Properties

class WindowProperties
props.fullscreen: bool

Whether window will be displayed fullscreen.

props.geometry: Rectangle

The size and position of the window on the screen.

props.locationbar_visible: bool

Whether the locationbar should be visible for the window.

props.menubar_visible: bool

Whether the menubar should be visible for the window.

props.resizable: bool

Whether the window can be resized.

props.scrollbars_visible: bool

Whether the scrollbars should be visible for the window.

props.statusbar_visible: bool

Whether the statusbar should be visible for the window.

props.toolbar_visible: bool

Whether the toolbar should be visible for the window.