list also wxSystemOptions next to wxSystemSettings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-12-29 15:50:46 +00:00
parent ec5984e358
commit 84094285c5

View File

@ -35,7 +35,7 @@
@library{wxbase}
@category{appmanagement}
@see @ref overview_app, wxApp, wxAppTraits, wxEventLoop
@see @ref overview_app, wxApp, wxAppTraits, wxEventLoopBase
*/
class wxAppConsole : public wxEvtHandler
{
@ -517,12 +517,12 @@ public:
video modes (see SetVideoMode()).
In general, application-wide settings for GUI-only apps are accessible
from wxApp (or from wxSystemSettings).
from wxApp (or from wxSystemSettings or wxSystemOptions classes).
@library{wxbase}
@category{appmanagement}
@see @ref overview_app, wxAppTraits, wxEventLoop, wxSystemSettings
@see @ref overview_app, wxAppTraits, wxEventLoopBase, wxSystemSettings
*/
class wxApp : public wxAppConsole
{