Large-scale renaming of all Win32 functions and types to use the
[wine] / include / pager.h
1 /*
2  * Pager class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_PAGER_H
8 #define __WINE_PAGER_H
9
10
11 typedef struct tagPAGER_INFO
12 {
13     HWND   hwndChild;
14     COLORREF clrBk;
15     INT    nBorder;
16     INT    nButtonSize;
17     INT    nPos;
18     BOOL   bForward;
19
20     INT    nChildSize;
21
22 } PAGER_INFO;
23
24
25 extern VOID PAGER_Register (VOID);
26 extern VOID PAGER_Unregister (VOID);
27
28 #endif  /* __WINE_PAGER_H */