X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..575e4cd67024ca1c49b4218ce748c68aa938ce27:/include/wx/xrc/xh_scrol.h diff --git a/include/wx/xrc/xh_scrol.h b/include/wx/xrc/xh_scrol.h index d5a1f43788..64f4230842 100644 --- a/include/wx/xrc/xh_scrol.h +++ b/include/wx/xrc/xh_scrol.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scrol.h +// Name: wx/xrc/xh_scrol.h // Purpose: XML resource handler for wxScrollBar // Author: Brian Gavin // Created: 2000/09/09 @@ -11,29 +11,20 @@ #ifndef _WX_XH_SCROL_H_ #define _WX_XH_SCROL_H_ -#ifdef __GNUG__ -#pragma interface "xh_scrol.h" -#endif - #include "wx/xrc/xmlres.h" -#include "wx/defs.h" - +#if wxUSE_XRC && wxUSE_SCROLLBAR -class WXXMLDLLEXPORT wxScrollBarXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxScrollBarXmlHandler : public wxXmlResourceHandler { - enum - { - wxSL_DEFAULT_VALUE = 0, - wxSL_DEFAULT_MIN = 0, - wxSL_DEFAULT_MAX = 100 - }; - public: wxScrollBarXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); + + DECLARE_DYNAMIC_CLASS(wxScrollBarXmlHandler) }; +#endif // wxUSE_XRC && wxUSE_SCROLLBAR #endif // _WX_XH_SCROL_H_