mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
* General proofreading for grammar and spelling * General formatting * Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
21 lines
527 B
Markdown
21 lines
527 B
Markdown
# Window Management
|
|
|
|
A demo showing all [`Window`](https://docs.godotengine.org/en/stable/classes/class_window.html) classes and their use within the main window.
|
|
|
|
It includes:
|
|
- Embedding/unembedding subwindows.
|
|
- Using a transparent window.
|
|
- Adding physical objects to new windows.
|
|
- Showcase of all Dialog Windows.
|
|
- Showcase of all Popup Windows.
|
|
- Adding elements to a PopupMenu.
|
|
- Adding an icon to the system tray.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: Compatbility
|
|
|
|
## Screenshots
|
|
|
|

|