X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd47af27e12ee66b3e9eed6f1711e516f36dc837..65887bd0f15e2ed92f130dd7bca91636527e1540:/include/wx/xrc/xh_tglbtn.h diff --git a/include/wx/xrc/xh_tglbtn.h b/include/wx/xrc/xh_tglbtn.h index a37287e69b..63e185865c 100644 --- a/include/wx/xrc/xh_tglbtn.h +++ b/include/wx/xrc/xh_tglbtn.h @@ -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