Settings.gtkDialogsUseHeader

bool gtkDialogsUseHeader() @property

Get gtkDialogsUseHeader property.

Returns

Whether builtin GTK dialogs such as the file chooser, the

color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom.

This setting does not affect custom dialogs using [gtk.dialog.Dialog] directly, or message dialogs.

void gtkDialogsUseHeader(bool propval) @property

Set gtkDialogsUseHeader property.

Parameters

propvalWhether builtin GTK dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using [gtk.dialog.Dialog] directly, or message dialogs.