Added rules to wxListCtrl (MSW now, GTK+ soon)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-09-05 11:39:14 +00:00
parent 3d0c4d2e7b
commit 2702ed5a3d
3 changed files with 87 additions and 0 deletions

View File

@@ -1096,6 +1096,8 @@ enum wxStretch
/*
* wxListCtrl flags
*/
#define wxLC_VRULES 0x0001
#define wxLC_HRULES 0x0002
#define wxLC_ICON 0x0004
#define wxLC_SMALL_ICON 0x0008
#define wxLC_LIST 0x0010