[ CCode ( type_id = "adap_preferences_dialog_get_type ()" ) ]
[ Version ( since = "1.5" ) ]
public class PreferencesDialog : Dialog, Accessible, Buildable, ConstraintTarget
A dialog showing application's preferences.
<picture> <source srcset="preferences-dialog-dark.png" media="(prefers-color-scheme: dark)"> <img src="preferences-dialog.png" alt="preferences-dialog"> </picture>
The `AdapPreferencesDialog` widget presents an application's preferences gathered into pages and groups. The preferences are searchable by the user.
`AdapPrefencesDialog` defines the `navigation.pop` action, it doesn't take any parameters and pops the current subpage from the navigation stack, equivalent to calling [method@PreferencesDialog.pop_subpage].
`AdapPreferencesDialog` has a main CSS node with the name `dialog` and the style class `.preferences`.