[gtkmm] Use _UNMANAGEABLE on all remaining Windows.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Use _UNMANAGEABLE on all remaining Windows.
- Date: Thu, 23 Dec 2010 21:36:12 +0000 (UTC)
commit dc2368c86eccf4cca0fff3ae394da1ed7564dca0
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 9be77aa..ef00eeb 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-12-23 José Alburquerque <jaalburqu svn gnome org>
_CLASS_GTKOBJECT: Remove __REAL_* additional arguments.
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]