adwaita-swift/Documentation/Reference/classes/GTUIApplicationWindow.md
david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

30 lines
475 B
Markdown

**CLASS**
# `GTUIApplicationWindow`
A GTUI application window.
## Properties
### `app`
The window's parent app.
## Methods
### `init(app:)`
Initialize the application window.
- Parameter app: The application.
### `addKeyboardShortcut(_:id:handler:)`
Add a keyboard shortcut.
- Parameters:
- shortcut: The keyboard shortcut.
- id: The action's id.
- handler: The action's handler.
### `setChild(_:)`
Set the window's child.
- Parameter child: The child.