splitted wxApp docs in wxApp+wxAppConsole docs; fix the signature of the documented functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-20 23:45:15 +00:00
parent 70f9d2bef3
commit 8064223b7b
2 changed files with 230 additions and 186 deletions

View File

@@ -43,7 +43,10 @@ public:
virtual wxFontMapper* CreateFontMapper();
/**
Creates the default log target for the application.
Creates a wxLog class for the application to use for logging errors.
The default implementation returns a new wxLogGui class.
@see wxLog
*/
virtual wxLog* CreateLogTarget();