[gtkmm] Widget: Remove the no_expose_event signal to fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Widget: Remove the no_expose_event signal to fix the build.
- Date: Fri, 3 Dec 2010 11:16:08 +0000 (UTC)
commit a52ecbb331fddbe2bf723a6310c8b65b1967d744
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Dec 3 12:00:07 2010 +0100
Widget: Remove the no_expose_event signal to fix the build.
* gtk/src/widget.hg: The signal was removed from GTK+.
ChangeLog | 6 ++++++
gtk/src/widget.hg | 1 -
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 509cc10..372ecdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-12-03 Murray Cumming <murrayc murrayc com>
+ Widget: Remove the no_expose_event signal to fix the build.
+
+ * gtk/src/widget.hg: The signal was removed from GTK+.
+
+2010-12-03 Murray Cumming <murrayc murrayc com>
+
Remove Gdk::Drawable, which is replaced by more use of Gdk::Window.
* tools/extra_defs_gen/generate_defs_gtk.cc: Remove mention of
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index b253eaa..a3a6f27 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -738,7 +738,6 @@ dnl
_WRAP_SIGNAL(bool proximity_out_event(GdkEventProximity* event), "proximity_out_event")
_WRAP_SIGNAL(bool visibility_notify_event(GdkEventVisibility* event), "visibility_notify_event")
_WRAP_SIGNAL(bool client_event(GdkEventClient* event), "client_event")
- _WRAP_SIGNAL(bool no_expose_event(GdkEventAny* event), "no_expose_event")
_WRAP_SIGNAL(bool window_state_event(GdkEventWindowState* event), "window_state_event")
//We use the optional custom_c_callback parameter with _WRAP_SIGNAL() for some of these,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]