| Line |  | 
|---|
| 1 | /* $Id: comboex.h,v 1.2 2000-02-23 17:03:00 cbratschi 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 | typedef struct tagCOMBOEX_INFO | 
|---|
| 13 | { | 
|---|
| 14 | COMCTL32_HEADER header; | 
|---|
| 15 | HIMAGELIST      himl; | 
|---|
| 16 | HWND            hwndCombo; | 
|---|
| 17 | DWORD           dwExtStyle; | 
|---|
| 18 |  | 
|---|
| 19 | } COMBOEX_INFO; | 
|---|
| 20 |  | 
|---|
| 21 |  | 
|---|
| 22 | extern VOID COMBOEX_Register (VOID); | 
|---|
| 23 | extern VOID COMBOEX_Unregister (VOID); | 
|---|
| 24 |  | 
|---|
| 25 | #endif  /* __WINE_COMBOEX_H */ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.