]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dialog.h
added and documented wxDC::DrawCheckMark()
[wxWidgets.git] / include / wx / mac / dialog.h
index 1aa01b36f04892859cafc1a9bcd79c9e541f99c7..d725df8d5768e639733d7a8ac17f1de7aa277f8c 100644 (file)
@@ -111,6 +111,7 @@ public:
     // --------------
 
     bool IsModalShowing() const { return m_modalShowing; }
+    virtual bool IsTopLevel() const { return TRUE; }
 
   // tooltip management
 #if wxUSE_TOOLTIPS