]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
Patches from KevinO that work around issues where the widget isn't
[wxWidgets.git] / wxPython / src / _toplvl.i
index 5997304fed0df43176e36c4e43a8b42c64e823c9..8da7a55a3150a41d83bb5c69c560556eb1f797f4 100644 (file)
@@ -299,17 +299,6 @@ public:
 
     // may be called to terminate the dialog with the given return code
     virtual void EndModal(int retCode);
-
-    // returns True if we're in a modal loop
-    %extend {
-        bool IsModalShowing() {
-        #ifdef __WXGTK__
-            return self->m_modalShowing;
-        #else
-            return self->IsModalShowing();
-        #endif
-        }
-    }
 };
 
 //---------------------------------------------------------------------------