X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/xrc/xh_scrol.h diff --git a/include/wx/xrc/xh_scrol.h b/include/wx/xrc/xh_scrol.h index 9be28caa33..0599c5a9cd 100644 --- a/include/wx/xrc/xh_scrol.h +++ b/include/wx/xrc/xh_scrol.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scrol.h +// Name: wx/xrc/xh_scrol.h // Purpose: XML resource handler for wxScrollBar // Author: Brian Gavin // Created: 2000/09/09 -// RCS-ID: $Id$ // Copyright: (c) 2000 Brian Gavin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,25 +11,19 @@ #define _WX_XH_SCROL_H_ #include "wx/xrc/xmlres.h" -#include "wx/defs.h" - +#if wxUSE_XRC && wxUSE_SCROLLBAR class WXDLLIMPEXP_XRC wxScrollBarXmlHandler : public wxXmlResourceHandler { - DECLARE_DYNAMIC_CLASS(wxScrollBarXmlHandler) - 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_