]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
adding an autorelease capability (got weird crashes when deleting tools from a toolba...
[wxWidgets.git] / include / wx / unix / apptrait.h
index d84e63e67c3f165e914650dbd72a1aa18a14a8a7..67e903bdaa3f19f2f1f0fabeab90810e9add3757 100644 (file)
@@ -39,10 +39,14 @@ public:
     virtual wxStandardPathsBase& GetStandardPaths();
 #endif
     virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
-    
+
 #ifdef __WXGTK__
     virtual wxString GetDesktopEnvironment() const;
 #endif
+
+#if defined(__WXDEBUG__) && defined(__WXGTK20__)
+    virtual bool ShowAssertDialog(const wxString& msg);
+#endif
 };
 
 #endif // wxUSE_GUI