2 * Tab control class extra info
4 * Copyright 1998 Anders Carlsson
10 typedef struct tagTAB_ITEM
19 RECT32 rect
; /* bounding rectangle of the item */
22 typedef struct tagTAB_INFO
24 UINT32 uNumItem
; /* number of tab items */
25 INT32 nHeight
; /* height of the tab row */
26 HFONT32 hFont
; /* handle to the current font */
27 HCURSOR32 hcurArrow
; /* handle to the current cursor */
28 INT32 iSelected
; /* the currently selected item */
29 TAB_ITEM
*items
; /* pointer to an array of TAB_ITEM's */
34 extern VOID
TAB_Register (VOID
);
35 extern VOID
TAB_Unregister (VOID
);
37 #endif /* __WINE_TAB_H */