diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 19:13:14 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 19:13:14 +0200 |
| commit | 61eb53baaa69bdd860c26a79ddf1e53592a6d149 (patch) | |
| tree | 463f63811a65a6eb16de1b1201db590d1be67540 /adw/include/adwaitamm/preferencesdialog.hpp | |
| parent | 67c561efbeaa26131258c41b208f1890cb4865c5 (diff) | |
| download | turns-61eb53baaa69bdd860c26a79ddf1e53592a6d149.tar.xz turns-61eb53baaa69bdd860c26a79ddf1e53592a6d149.zip | |
adw: add set_visible_page to PreferencesDialog
Diffstat (limited to 'adw/include/adwaitamm/preferencesdialog.hpp')
| -rw-r--r-- | adw/include/adwaitamm/preferencesdialog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/preferencesdialog.hpp b/adw/include/adwaitamm/preferencesdialog.hpp index 824a683..2beaf64 100644 --- a/adw/include/adwaitamm/preferencesdialog.hpp +++ b/adw/include/adwaitamm/preferencesdialog.hpp @@ -57,6 +57,7 @@ namespace Adwaita auto static get_base_type() -> GType; auto add(PreferencesPage & page) -> void; + auto set_visible_page(PreferencesPage & page) -> void; protected: explicit PreferencesDialog(Glib::ConstructParams const & params); |
