Settings.gtkDialogsUseHeader

Set gtkDialogsUseHeader property.

  1. bool gtkDialogsUseHeader [@property getter]
  2. bool gtkDialogsUseHeader [@property setter]
    class Settings
    @property
    void
    gtkDialogsUseHeader
    (
    bool propval
    )

Parameters

propval bool

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.