Line | |
---|
1 | /* $Id: comboex.h,v 1.1 1999-05-24 20:19:09 ktk Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * ComboBoxEx class extra info
|
---|
5 | *
|
---|
6 | * Copyright 1998 Eric Kohl
|
---|
7 | */
|
---|
8 |
|
---|
9 | #ifndef __WINE_COMBOEX_H
|
---|
10 | #define __WINE_COMBOEX_H
|
---|
11 |
|
---|
12 |
|
---|
13 | typedef struct tagCOMBOEX_INFO
|
---|
14 | {
|
---|
15 | HIMAGELIST himl;
|
---|
16 | HWND hwndCombo;
|
---|
17 | DWORD dwExtStyle;
|
---|
18 |
|
---|
19 |
|
---|
20 | } COMBOEX_INFO;
|
---|
21 |
|
---|
22 |
|
---|
23 | extern VOID COMBOEX_Register (VOID);
|
---|
24 | extern VOID COMBOEX_Unregister (VOID);
|
---|
25 |
|
---|
26 | #endif /* __WINE_COMBOEX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.