GtkWindow
A top-level window.
Preview
Window content
CSS Node Tree
window.background.csd
├── .titlebar
└── box (vertical content area)Props
Prop
Type
Behavior
- On the web, the window takes the size of its content by default. Use
styleorclassNameto control sizing. - The
.csdclass enables client-side decorations (border-radius, shadow). - The
maximizedprop removes border-radius and shadows, matching native window manager behavior.