]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
default style now applies to the text entered by the user as well (patch 574789)
[wxWidgets.git] / include / wx / msw / app.h
index e7341edb9e8643589b49b061ed6dcfd6d06a88f7..852a5b50e7fedc71f0bdd74383e4065b25d1847e 100644 (file)
@@ -41,8 +41,7 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
-
-    virtual wxIcon GetStdIcon(int which) const;
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
 
     virtual void SetPrintMode(int mode) { m_printMode = mode; }
     virtual int GetPrintMode() const { return m_printMode; }
@@ -77,9 +76,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
     // ------------------