GtkPaned

A container with two children separated by a draggable handle.

Preview

Start
End

CSS Node Tree

paned[.horizontal|.vertical]
  ├── <start-child>
  ├── separator[.wide]
  └── <end-child>

Props

Prop

Type

Behavior

  • Drag the separator handle to resize the two panes.
  • wideHandle makes the separator easier to grab.

GTK4 Documentation →

On this page