]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tglbtn.h
Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa.
[wxWidgets.git] / interface / wx / tglbtn.h
index 866be9765e9b55c0259d08cfa486019df2a86994..9d73b2aae08d60818bca1a1f40359712c1fe7169 100644 (file)
@@ -28,7 +28,7 @@
 
     @see wxCheckBox, wxButton, wxBitmapToggleButton
 */
-class wxToggleButton : public wxControl
+class wxToggleButton : public wxAnyButton
 {
 public:
     /**
@@ -126,7 +126,7 @@ public:
     @category{ctrl}
     @appearance{bitmaptogglebutton.png}
 */
-class wxBitmapToggleButton : public wxControl
+class wxBitmapToggleButton : public wxToggleButton
 {
 public:
     /**