]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
Attempt to add primary selection support.
[wxWidgets.git] / include / wx / msw / stattext.h
index 053651b819b6852e9fc817cffc3d775917e7cea2..090e96eec1fdebece4fe5d5993564f395336baa2 100644 (file)
@@ -47,16 +47,12 @@ public:
     // accessors
     void SetLabel(const wxString& label);
     
-    // operations
-    virtual void Command(wxCommandEvent& WXUNUSED(event)) { }
-    virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) { }
-    
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }
     
     // callbacks
     virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-        WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+                                WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
     virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
 protected: