use_native_controls


Description:

[ Version ( since = "4.18" ) ]
public bool use_native_controls { get; set; }

Whether to show platform native close/minimize/maximize buttons.

For macOS, the [property@Gtk.HeaderBar:decoration-layout] property can be used to enable/disable controls.

On Linux, this option has no effect.

See also [Using GTK on Apple macOS](osx.html?native-window-controls).