Actually use new GTK+ native assert dialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-11-24 10:55:26 +00:00
parent d1a34cbf25
commit db9febdf41
5 changed files with 225 additions and 76 deletions

View File

@@ -39,9 +39,12 @@ public:
virtual wxStandardPathsBase& GetStandardPaths();
#endif
virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
#ifdef __WXGTK__
virtual wxString GetDesktopEnvironment() const;
#ifdef __WXDEBUG__
virtual bool ShowAssertDialog(const wxString& msg);
#endif
#endif
};