]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
wxX11:
[wxWidgets.git] / include / wx / msw / app.h
index e7341edb9e8643589b49b061ed6dcfd6d06a88f7..c6e1348015ff006f8b9d87f0a8306ba66f122892 100644 (file)
@@ -41,6 +41,7 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
 
     virtual wxIcon GetStdIcon(int which) const;
 
@@ -77,9 +78,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
     // ------------------