]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
fixed "toolbar getting focus" bug for the (N+1)-th time
[wxWidgets.git] / include / wx / msw / app.h
index e7341edb9e8643589b49b061ed6dcfd6d06a88f7..e361fa3ca8d6c2f627747ec35e908b0dd51294a6 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,6 +78,7 @@ public:
     static void CleanUp();
 
     static bool RegisterWindowClasses();
+    static bool UnregisterWindowClasses();
 
     // Convert Windows to argc, argv style
     void ConvertToStandardCommandArgs(char* p);