2005-01-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/commctrl.h (ComboBox_SetMinVisible,
	ComboBox_GetMinVisible): Added Macros.
	* include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
	Added definitions.
This commit is contained in:
Chris Sutcliffe
2005-01-10 11:59:25 +00:00
parent e6cf44ee56
commit 2201bc5378
3 changed files with 16 additions and 0 deletions

View File

@ -1533,6 +1533,10 @@ extern "C" {
#define CB_SETLOCALE 345
#define CB_SETTOPINDEX 348
#define CB_SHOWDROPDOWN 335
#if (_WIN32_WINNT >= 0x0501)
#define CB_SETMINVISIBLE 0x1701
#define CB_GETMINVISIBLE 0x1702
#endif
#define CBN_CLOSEUP 8
#define CBN_DBLCLK 2
#define CBN_DROPDOWN 7