[gtkmm/gtkmm-2-24] Use _UNMANAGEABLE on all remaining Windows.



commit 78099baf8921fe1be07dcc53d7495e7cca5fcec3
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 23 22:35:09 2010 +0100

    Use _UNMANAGEABLE on all remaining Windows.
    
    	* gtk/src/pagesetupunixdialog.hg:
    	* gtk/src/plug.hg:
    	* gtk/src/printunixdialog.hg: Use the _UNMANAGEABLE macro to
    	prevent us from calling manage() in the wrap_new() implementations.
    	Bug #623137 (Kjell Ahlstedt)

 ChangeLog                      |   10 ++++++++++
 gtk/src/pagesetupunixdialog.hg |    1 +
 gtk/src/plug.hg                |    1 +
 gtk/src/printunixdialog.hg     |    1 +
 4 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a04a2b7..a72db53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-23  Murray Cumming  <murrayc murrayc com>
+
+	Use _UNMANAGEABLE on all remaining Windows.
+
+	* gtk/src/pagesetupunixdialog.hg:
+	* gtk/src/plug.hg:
+	* gtk/src/printunixdialog.hg: Use the _UNMANAGEABLE macro to 
+	prevent us from calling manage() in the wrap_new() implementations.
+	Bug #623137 (Kjell Ahlstedt)
+
 2010-11-25  Murray Cumming  <murrayc murrayc com>
 
 	ComboBoxText, ComboBoxEntryText: Move the undefs to really fix the build.
diff --git a/gtk/src/pagesetupunixdialog.hg b/gtk/src/pagesetupunixdialog.hg
index 447cb9e..1976066 100644
--- a/gtk/src/pagesetupunixdialog.hg
+++ b/gtk/src/pagesetupunixdialog.hg
@@ -38,6 +38,7 @@ namespace Gtk
 class PageSetupUnixDialog : public Dialog
 {
   _CLASS_GTKOBJECT(PageSetupUnixDialog, GtkPageSetupUnixDialog, GTK_PAGE_SETUP_UNIX_DIALOG, Gtk::Dialog, GtkDialog)
+  _UNMANAGEABLE
   _GTKMMPROC_WIN32_NO_WRAP
 
 public:
diff --git a/gtk/src/plug.hg b/gtk/src/plug.hg
index 406388e..493740e 100644
--- a/gtk/src/plug.hg
+++ b/gtk/src/plug.hg
@@ -27,6 +27,7 @@ namespace Gtk
 class Plug : public Window
 {
   _CLASS_GTKOBJECT(Plug, GtkPlug, GTK_PLUG, Gtk::Window, GtkWindow)
+  _UNMANAGEABLE
   _IGNORE(gtk_plug_construct, gtk_plug_construct_for_display, _gtk_plug_add_to_socket, _gtk_plug_remove_from_socket)
   _GTKMMPROC_WIN32_NO_WRAP
 public:
diff --git a/gtk/src/printunixdialog.hg b/gtk/src/printunixdialog.hg
index 1dedad5..87de89f 100644
--- a/gtk/src/printunixdialog.hg
+++ b/gtk/src/printunixdialog.hg
@@ -49,6 +49,7 @@ namespace Gtk
 class PrintUnixDialog : public Dialog
 {
   _CLASS_GTKOBJECT(PrintUnixDialog, GtkPrintUnixDialog, GTK_PRINT_UNIX_DIALOG, Gtk::Dialog, GtkDialog)
+  _UNMANAGEABLE
   _GTKMMPROC_WIN32_NO_WRAP
 
 public:



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