GtkWindow

A top-level window.

Preview

My AppWelcome
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 style or className to control sizing.
  • The .csd class enables client-side decorations (border-radius, shadow).
  • The maximized prop removes border-radius and shadows, matching native window manager behavior.

GTK4 Documentation →

On this page