Release 950727
[wine] / include / combo.h
1 /*
2  * Combo box definitions
3  */
4
5
6 typedef struct {
7   DWORD dwStyle;
8   DWORD dwState;
9   HWND  hWndEdit;
10   HWND  hWndLBox;
11   WORD  LBoxTop;
12   BOOL  DropDownVisible;
13   short LastSel;
14   RECT  RectEdit;
15   RECT  RectButton;
16   BOOL  bRedrawFlag;
17 } HEADCOMBO,*LPHEADCOMBO;