]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
More asserts and stuff
[wxWidgets.git] / src / msw / dialog.cpp
index 44cd609ee96513e9d44bae3058a473749665d6fa..d8ef9f1f46ea809219cf4c07b9c3a86f711c4c28 100644 (file)
@@ -281,6 +281,11 @@ bool wxDialog::IsShown() const
   return m_isShown;
 }
 
+bool wxDialog::IsModal() const
+{
+    return wxModalDialogs.Find((wxDialog *)this) != 0; // const_cast
+}
+
 bool wxDialog::Show(bool show)
 {
   m_isShown = show;