summaryrefslogtreecommitdiff
path: root/adw/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
commitb95258f419c62f7f38ec6128568df5897e4f5696 (patch)
treecb8a0820980b624a1e502a7a7500583242b536e7 /adw/include/adwaitamm/toast.hpp
parentc563d8c5b0a4d46676ea21920381c32dbdd66159 (diff)
downloadturns-b95258f419c62f7f38ec6128568df5897e4f5696.tar.xz
turns-b95258f419c62f7f38ec6128568df5897e4f5696.zip
adw: clean up property definitions
Diffstat (limited to 'adw/include/adwaitamm/toast.hpp')
-rw-r--r--adw/include/adwaitamm/toast.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/adw/include/adwaitamm/toast.hpp b/adw/include/adwaitamm/toast.hpp
index ba82497..2c4718b 100644
--- a/adw/include/adwaitamm/toast.hpp
+++ b/adw/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()>;