projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
made internal members of wxColourData private; they were not documented to be public...
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_chckl.h
diff --git
a/include/wx/xrc/xh_chckl.h
b/include/wx/xrc/xh_chckl.h
index 5396bd01592723396f7ac5c8d5e90286d7c11649..a76f6a7587623637eac6a3a0529b09e3f2f78135 100644
(file)
--- a/
include/wx/xrc/xh_chckl.h
+++ b/
include/wx/xrc/xh_chckl.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_chckl.h
+// Name:
wx/xrc/
xh_chckl.h
// Purpose: XML resource handler for wxCheckListBox
// Author: Bob Mitchell
// Created: 2000/03/21
// Purpose: XML resource handler for wxCheckListBox
// Author: Bob Mitchell
// Created: 2000/03/21
@@
-13,20
+13,22
@@
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
-#if wxUSE_CHECKLISTBOX
+#if wxUSE_
XRC && wxUSE_
CHECKLISTBOX
class WXDLLIMPEXP_XRC wxCheckListBoxXmlHandler : public wxXmlResourceHandler
{
class WXDLLIMPEXP_XRC wxCheckListBoxXmlHandler : public wxXmlResourceHandler
{
-DECLARE_DYNAMIC_CLASS(wxCheckListBoxXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxCheckListBoxXmlHandler)
+
public:
wxCheckListBoxXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
public:
wxCheckListBoxXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
+
private:
bool m_insideBox;
wxArrayString strList;
};
private:
bool m_insideBox;
wxArrayString strList;
};
-#endif
+#endif
// wxUSE_XRC && wxUSE_CHECKLISTBOX
#endif // _WX_XH_CHECKLIST_H_
#endif // _WX_XH_CHECKLIST_H_