GtkCenterBox

A container with three children arranged as start, center, and end.

Preview

Title

CSS Node Tree

box[.horizontal|.vertical] (CenterLayout)
  ├── [start widget]
  ├── [center widget]
  └── [end widget]

Props

Prop

Type

Behavior

  • The center widget is truly centered relative to the full width, regardless of start/end sizes.

GTK4 Documentation →

On this page