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

Accessor of the use-native-controls slot of the gtk:header-bar class. The gtk:header-bar-use-native-controls function returns whether this header bar shows platform native window controls. The (setf gtk:header-bar-use-native-controls) function sets this header bar shows 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-3-31