aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/toast.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 22:15:41 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 22:15:41 +0200
commit96ce3ba51c152e854bcc5e7df1c53fe776ca554b (patch)
treec07be8db33039a6768ea4734985dbb870b46fb03 /include/adwaitamm/toast.hpp
parent823220763f9a7cdee60bc1c77903ca9d2869e426 (diff)
downloadlibadwaitamm-96ce3ba51c152e854bcc5e7df1c53fe776ca554b.tar.xz
libadwaitamm-96ce3ba51c152e854bcc5e7df1c53fe776ca554b.zip
adw: clean up property definitions
Diffstat (limited to 'include/adwaitamm/toast.hpp')
-rw-r--r--include/adwaitamm/toast.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/adwaitamm/toast.hpp b/include/adwaitamm/toast.hpp
index ba82497..2c4718b 100644
--- a/include/adwaitamm/toast.hpp
+++ b/include/adwaitamm/toast.hpp
@@ -2,6 +2,7 @@
#define LIBADWAITAMM_TOAST_HPP
#include "adwaitamm/helpers/gobj_mixin.hpp"
+
#include <sigc++/signal.h>
#include <glibmm/object.h>
@@ -80,13 +81,21 @@ namespace Adwaita
auto set_use_markup(bool value) -> void;
auto property_action_name() -> Glib::PropertyProxy<Glib::ustring>;
+ auto property_action_name() const -> Glib::PropertyProxy_ReadOnly<Glib::ustring>;
auto property_action_target() -> Glib::PropertyProxy<Glib::VariantBase>;
+ auto property_action_target() const -> Glib::PropertyProxy_ReadOnly<Glib::VariantBase>;
auto property_button_label() -> Glib::PropertyProxy<Glib::ustring>;
+ auto property_button_label() const -> Glib::PropertyProxy_ReadOnly<Glib::ustring>;
auto property_custom_title() -> Glib::PropertyProxy<Gtk::Widget *>;
+ auto property_custom_title() const -> Glib::PropertyProxy_ReadOnly<Gtk::Widget *>;
auto property_priority() -> Glib::PropertyProxy<ToastPriority>;
+ auto property_priority() const -> Glib::PropertyProxy_ReadOnly<ToastPriority>;
auto property_timeout() -> Glib::PropertyProxy<unsigned>;
+ auto property_timeout() const -> Glib::PropertyProxy_ReadOnly<unsigned>;
auto property_title() -> Glib::PropertyProxy<Glib::ustring>;
+ auto property_title() const -> Glib::PropertyProxy_ReadOnly<Glib::ustring>;
auto property_use_markup() -> Glib::PropertyProxy<bool>;
+ auto property_use_markup() const -> Glib::PropertyProxy_ReadOnly<bool>;
auto signal_button_clicked() -> Glib::SignalProxy<void()>;
auto signal_dismissed() -> Glib::SignalProxy<void()>;