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();
It's normally the same for wxBase and wxGUI except in the case of wxMac
and wxCocoa.
*/
- virtual wxStandardPaths GetStandardPaths();
+ virtual wxStandardPaths& GetStandardPaths();
/**
Returns the wxWidgets port ID used by the running program and eventually