[gtkmm] Window: Remove frame API to fix the build with GTK+ from git master.



commit d45987dee9875f16912811e5cddffbfa97e950c0
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Dec 24 10:45:53 2010 +0100

    Window: Remove frame API to fix the build with GTK+ from git master.
    
    * gtk/src/window.hg: set_frame_event(), get_frame_event(),
    set_frame_dimensions(), get_frame_dimensions() and the frame_event signal.

 ChangeLog         |    7 +++++++
 gtk/src/window.hg |   14 --------------
 2 files changed, 7 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ef00eeb..84da193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-24  Murray Cumming  <murrayc murrayc com>
+
+	Window: Remove frame API to fix the build with GTK+ from git master.
+
+	* gtk/src/window.hg: set_frame_event(), get_frame_event(), 
+	set_frame_dimensions(), get_frame_dimensions() and the frame_event signal.
+
 2010-12-23  Murray Cumming  <murrayc murrayc com>
 
 	Use _UNMANAGEABLE on all remaining Windows.
diff --git a/gtk/src/window.hg b/gtk/src/window.hg
index b2b176a..2f157ed 100644
--- a/gtk/src/window.hg
+++ b/gtk/src/window.hg
@@ -101,7 +101,6 @@ public:
   _WRAP_PROPERTY("application", Glib::RefPtr<Application>)
 
   _WRAP_SIGNAL(void set_focus(Widget* focus), "set_focus")
-  _WRAP_SIGNAL(bool frame_event(GdkEvent* event), "frame_event")
 
   //Keybinding signals:
   _IGNORE_SIGNAL("activate_focus")
@@ -215,19 +214,6 @@ dnl
   _WRAP_METHOD(Glib::RefPtr<Gdk::Screen> get_screen(), gtk_window_get_screen, refreturn)
   _WRAP_METHOD(Glib::RefPtr<const Gdk::Screen> get_screen() const, gtk_window_get_screen, refreturn, constversion)
 
-
-  _WRAP_METHOD(void set_has_frame(bool setting = true), gtk_window_set_has_frame)
-
-  _WRAP_METHOD(bool get_has_frame() const, gtk_window_get_has_frame)
-
-  _WRAP_METHOD(void set_frame_dimensions(int left,  int top,
-                                         int right, int bottom),
-               gtk_window_set_frame_dimensions)
-
-  _WRAP_METHOD(void get_frame_dimensions(int& left,  int& top,
-                                         int& right, int& bottom) const,
-               gtk_window_get_frame_dimensions)
-
   _WRAP_METHOD(void set_decorated(bool setting = true), gtk_window_set_decorated)
   _WRAP_METHOD(bool get_decorated() const, gtk_window_get_decorated)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]