]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_tglbtn.h
Second try to get wxDataViewChoiceByIndex and its name right, hopefully fixes #11970...
[wxWidgets.git] / include / wx / xrc / xh_tglbtn.h
index a37287e69b1bdc70e6b7ba1c28634fd440b69130..63e185865c4e05bdf5751a8cb3aeb09b7f47512a 100644 (file)
@@ -23,6 +23,10 @@ public:
     wxToggleButtonXmlHandler();
     virtual wxObject *DoCreateResource();
     virtual bool CanHandle(wxXmlNode *node);
+
+protected:
+    virtual void DoCreateToggleButton(wxObject *control);
+    virtual void DoCreateBitmapToggleButton(wxObject *control);
 };
 
 #endif // wxUSE_XRC && wxUSE_TOGGLEBTN