blob: 734214749183c7b98ee4abe8a58e8768ae8dd9c9 [file] [log] [blame]
/*
* Pager class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_PAGER_H
#define __WINE_PAGER_H
typedef struct tagPAGER_INFO
{
HWND32 hwndChild;
COLORREF clrBk;
INT32 nBorder;
INT32 nButtonSize;
INT32 nPos;
BOOL32 bForward;
INT32 nChildSize;
} PAGER_INFO;
extern void PAGER_Register (void);
#endif /* __WINE_PAGER_H */