]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
wxPGProperty::AddChild() can now be used to add normal child properties (previously...
[wxWidgets.git] / include / wx / msw / tglbtn.h
index 7519f17537b0e4df8ec7b88aa41bfa0aaf10790b..63dc148dfae127a29b732117ba9f69e10e8a64e1 100644 (file)
@@ -44,9 +44,10 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const ;
 
+    virtual void SetLabel(const wxString& label);
+
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
-    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
     // returns true if the platform should explicitly apply a theme border
     virtual bool CanApplyThemeBorder() const { return false; }
@@ -55,6 +56,8 @@ protected:
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;
 
+    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
+
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)
 };