Package: gtk

Accessor gtk:header-bar-use-native-controls

Lambda List

gtk:header-bar-use-native-controls (object)

Syntax

(gtk:header-bar-use-native-controls object) => setting
(setf (gtk:header-bar-use-native-controls object) setting)

Arguments

object -- a gtk:header-bar widget
setting -- true to show native controls

Details

The accessor for the use-native-controls slot of the gtk:header-bar class gets or sets whether this header bar shows platform native window controls.

This option shows the "stoplight" buttons on macOS. For Linux, this option has no effect. See also Using GTK on Apple macOS.

Since 4.18
 

See also

2025-07-31