Applied patch [ 1308152 ] wxGrid XRC handler patch HEAD

Start of a wxGrid handler by Agron Selimaj
Applied with corrections. Needs further work for retrieving grid properties
and styles.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-11-24 17:26:05 +00:00
parent 650372cf91
commit 0e3c83a736
5 changed files with 91 additions and 0 deletions

View File

@@ -56,5 +56,6 @@
#include "wx/xrc/xh_wizrd.h"
#include "wx/xrc/xh_statbar.h"
#include "wx/xrc/xh_mdi.h"
#include "wx/xrc/xh_grid.h"
#endif // _WX_XH_ALL_H_