CLASS
Adw.Window
Whether the window is maximized.
The handler that gets called when the window is being closed.
Initialize a window.
- Parameter app: The parent application.
Initialize a window.
- Parameter application: The parent application.
Initialize a window.
Show the window.
Set the window's child widget.
- Parameter widget: The widget.
Set the window's parent window.
- Parameter window: The parent window.
Set the window's title.
- Parameter title: The window title.
Maximize the window.
Unmaximize the window.
Enter fullscreen.
Unfullscreen the window.
Minimize the window.
Close the window.
Set the window's initial size.
- Parameters:
- width: The window's width.
- height: The window's height.
Set the window's resizability.
- Parameter resizable: Whether the window is resizable.
Set the window's deletability.
- Parameter deletable: Whether the window is deletable.
Observe whether a window is being closed.
- Parameter run: The handler, returning whether the window should stay open.
Run when a window requests to get closed.
- Returns: Whether the window should stay open.
Initialize the window's signals.