Package: gtk

Accessor gtk:window-controls-use-native-controls

Lambda List

gtk:window-controls-use-native-controls (object)

Syntax

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

Arguments

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

Details

The accessor for the use-native-controls slot of the gtk:window-controls class gets or sets whether to show platform native Close/Minimize/Maximize buttons. 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-08-13