New examples/documentation for console configuration options.
[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     HWND32   hwndChild;
14     COLORREF clrBk;
15     INT32    nBorder;
16     INT32    nButtonSize;
17     INT32    nPos;
18     BOOL32   bForward;
19
20     INT32    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 */