X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/xrc/xh_scrol.h?ds=inline diff --git a/include/wx/xrc/xh_scrol.h b/include/wx/xrc/xh_scrol.h index f82e6df7d9..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 ///////////////////////////////////////////////////////////////////////////// @@ -11,29 +10,20 @@ #ifndef _WX_XH_SCROL_H_ #define _WX_XH_SCROL_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#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_