use wxToggleButtonXmlHandler::DoCreateBitmapToggleButton on supoorted platforms only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,9 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void DoCreateToggleButton(wxObject *control);
|
||||
#if !defined(__WXUNIVERSAL__) && !defined(__WXMOTIF__) && !defined(__WXPALMOS__) && !defined(__WXPM__) && !(defined(__WXGTK__) && !defined(__WXGTK20__))
|
||||
virtual void DoCreateBitmapToggleButton(wxObject *control);
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif // wxUSE_XRC && wxUSE_TOGGLEBTN
|
||||
|
Reference in New Issue
Block a user