]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
fix for undefined LANG_XXX constants with some compilers
[wxWidgets.git] / include / wx / msw / button.h
index 8af354a03ad60779215e3d9205cafbe6af315f46..0b0476844ec5222790f6a476c471f60b30eeef3b 100644 (file)
@@ -56,6 +56,17 @@ public:
     virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
     virtual bool MSWCommand(WXUINT param, WXWORD id);
 
+#ifdef __WIN32__
+    // coloured buttons support
+    virtual bool SetBackgroundColour(const wxColour &colour);
+    virtual bool SetForegroundColour(const wxColour &colour);
+
+    virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
+
+private:
+    void MakeOwnerDrawn();
+#endif // __WIN32__
+
 protected:
     // send a notification event, return TRUE if processed
     bool SendClickEvent();