[gtkmm] Widget: Wrap the style-updated signal.
- From: Armin Burgmeier <arminb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Widget: Wrap the style-updated signal.
- Date: Sun, 23 Jan 2011 16:25:23 +0000 (UTC)
commit 0c71d9c1aca3901bd47d9d42b156db5e70373582
Author: Armin Burgmeier <armin arbur net>
Date: Sun Jan 23 14:54:31 2011 +0100
Widget: Wrap the style-updated signal.
* gtk/src/widget.hg: Wrap the style-updated signal
ChangeLog | 6 ++++++
gtk/src/widget.hg | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 91fecd3..e486989 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-23 Armin Burgmeier <armin arbur net>
+
+ Widget: Wrap the style-updated signal.
+
+ * gtk/src/widget.hg: Wrap the style-updated signal
+
2011-01-21 Murray Cumming <murrayc murrayc com>
Application: Added run() with no parameters.
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index 6ba1152..bec0a01 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -544,6 +544,7 @@ public:
_WRAP_SIGNAL(void hierarchy_changed(Widget* previous_toplevel), "hierarchy_changed")
_IGNORE_SIGNAL("style_set") //uses deprecated GtkStyle.
+ _WRAP_SIGNAL(void style_updated(), "style_updated")
_WRAP_SIGNAL(void direction_changed(TextDirection direction), "direction_changed")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]