GtkButton

A widget that emits a signal when clicked.

Preview

CSS Node Tree

button[.flat][.text-button][.image-button][.image-text-button]
  └── <child> (label, image, or custom content)

Props

Prop

Type

Style Classes

ClassEffect
.suggested-actionBlue accent background
.destructive-actionRed accent background
.flatNo background (same as hasFrame={false})
.pillFully rounded corners
.circularCircular shape
.osdOn-screen display style

Keyboard

  • Space / Enter — Activates the button (adds .keyboard-activating class while held)

GTK4 Documentation →

On this page