Add wxSL_INVERSE flag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-01-21 05:12:29 +00:00
parent b7d6b7faf2
commit 5224bb9485

View File

@@ -1441,6 +1441,7 @@ enum wxBorder
#define wxSL_BOTTOM 0x0200 #define wxSL_BOTTOM 0x0200
#define wxSL_BOTH 0x0400 #define wxSL_BOTH 0x0400
#define wxSL_SELRANGE 0x0800 #define wxSL_SELRANGE 0x0800
#define wxSL_INVERSE 0x1000
/* /*
* wxScrollBar flags * wxScrollBar flags