- bool m_wantDebugOutput ;
- wxString m_className;
- wxString m_appName,
- m_vendorName;
- wxWindow * m_topWindow;
- bool m_exitOnFrameDelete;
- bool m_showOnInit;
- int m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
- bool m_auto3D ; // Always use 3D controls, except
- // where overriden
- static wxAppInitializerFunction m_appInitFn;
-
-/* Windows-specific wxApp definitions */
-
-public:
-
- // Implementation
- static bool Initialize();
- static void CleanUp();
-
- static bool RegisterWindowClasses();
- // Convert Windows to argc, argv style
- void ConvertToStandardCommandArgs(char* p);
- virtual bool DoMessage();
- virtual bool ProcessMessage(WXMSG* pMsg);
- void DeletePendingObjects();
- bool ProcessIdle();
-#if wxUSE_THREADS
- void ProcessPendingEvents();
-#endif
- int GetComCtl32Version() const;