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:
@@ -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
|
||||
|
Reference in New Issue
Block a user