From eabdf3c6c4f10ee8232a75fff6f1cefa0734cebf Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 27 Mar 2025 12:05:53 +0100 Subject: adw: extend dialog --- include/turns/adw/dialog.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/turns/adw/dialog.hpp') diff --git a/include/turns/adw/dialog.hpp b/include/turns/adw/dialog.hpp index 75a095c..316a218 100644 --- a/include/turns/adw/dialog.hpp +++ b/include/turns/adw/dialog.hpp @@ -2,11 +2,13 @@ #define TURNS_ADW_DIALOG_HPP #include "helpers/gobj_mixin.hpp" +#include "turns/adw/breakpoint.hpp" #include #include #include #include +#include #include @@ -53,7 +55,10 @@ namespace turns::adw auto static get_type() -> GType; auto static get_base_type() -> GType; + auto add_breakpoint(adw::Breakpoint && breakpoint) -> void; + auto close() -> void; auto present(Gtk::Widget * parent) -> void; + auto set_title(Glib::ustring const & str) -> void; protected: explicit Dialog(Glib::ConstructParams const & params); -- cgit v1.2.3