]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
turn off directshow by default for lib dependancy
[wxWidgets.git] / include / wx / msw / tglbtn.h
index 3f665d4d9bac860043f4e779f69ae1955ee575df..b6ab08a2b8db9fee1bddf84db1ec3d1b160be252 100644 (file)
@@ -45,14 +45,15 @@ public:
     virtual bool GetValue() const ;
 
     virtual bool MSWCommand(WXUINT param, WXWORD id);
-    virtual void SetLabel(const wxString& label);
     virtual void Command(wxCommandEvent& event);
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    virtual wxBorder GetDefaultBorder() const;
+    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 private:
-    DECLARE_DYNAMIC_CLASS(wxToggleButton)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)
 };
 
 #endif // _WX_TOGGLEBUTTON_H_