]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
Renamed internal GetClientWindow to GetClientAreaWindow so
[wxWidgets.git] / include / wx / msw / app.h
index e7341edb9e8643589b49b061ed6dcfd6d06a88f7..c85dcc4b834f7a2a252ea242093aa32c8a5536ec 100644 (file)
@@ -41,8 +41,8 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
-
-    virtual wxIcon GetStdIcon(int which) const;
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
+    virtual bool ProcessIdle();
 
     virtual void SetPrintMode(int mode) { m_printMode = mode; }
     virtual int GetPrintMode() const { return m_printMode; }
@@ -77,9 +77,10 @@ public:
     static void CleanUp();
 
     static bool RegisterWindowClasses();
+    static bool UnregisterWindowClasses();
 
     // Convert Windows to argc, argv style
-    void ConvertToStandardCommandArgs(char* p);
+    void ConvertToStandardCommandArgs(const char* p);
 
     // message processing
     // ------------------
@@ -97,7 +98,6 @@ public:
     // ---------------
 
     void DeletePendingObjects();
-    bool ProcessIdle();
 
 #if wxUSE_RICHEDIT
     // initialize the richedit DLL of (at least) given version, return TRUE if