get rid of public constants for various XRC defaults, there's no need for them outside of XRC loader

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-10-01 19:54:57 +00:00
parent c80f436e83
commit 033508e1b1
8 changed files with 39 additions and 56 deletions

View File

@@ -17,18 +17,12 @@
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