Added XRC handler for wxPropertySheetDialog (Sander Berents)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-08-13 12:05:18 +00:00
parent 61ec769dfb
commit 49ab1eb964
7 changed files with 209 additions and 0 deletions

View File

@@ -67,5 +67,8 @@
#include "wx/xrc/xh_bmpcbox.h"
#include "wx/xrc/xh_animatctrl.h"
#include "wx/xrc/xh_collpane.h"
#if wxABI_VERSION >= 20805
#include "wx/xrc/xh_propdlg.h"
#endif
#endif // _WX_XH_ALL_H_