Gtk Application Window
@Composable
Creates a org.gnome.gtk.ApplicationWindow, a freeform application window.
Parameters
title
The title of the window.
on Close
Callback triggered when the window is closed.
modifier
Compose Modifier for layout and styling.
styles
A list of CssProvider used to style the window.
decorated
Whether the window should have a frame.
default Height
The default height of the window.
default Width
The default width of the window.
deletable
Whether the window frame should have a close button.
fullscreen
Whether the window is currently fullscreen.
maximized
Whether the window is currently maximized.
handle Menubar Accel
Whether the window frame should handle F10
for activating menu bars.
modal
Determines if the window is a modal.
resizable
Whether the window can be resized.
init
Function called when the component is initialized.
content
The composable content to display.