]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
SWIGged updates for wxGTK
[wxWidgets.git] / wxPython / src / controls2.i
index 281e04fbd4f2b347350cdf2802dd59980643cd77..37671c76bc7f04704aa69035dc47f2a9d707c7cb 100644 (file)
@@ -740,6 +740,17 @@ public:
             return self->SortItems(wxPyListCtrl_SortItems, (long)func);
         }
     }
+
+
+    %addmethods {
+        wxWindow* GetMainWindow() {
+        #ifdef __WXMSW__
+            return self;
+        #else
+            return (wxWindow*)self->m_mainWin;
+        #endif
+        }
+    }
 };