Basic Experimental Full Screen Editor
This commit is contained in:
19
utils/magiedit/odoors/historic/odtips3/PAGEVIEW.H
Normal file
19
utils/magiedit/odoors/historic/odtips3/PAGEVIEW.H
Normal file
@@ -0,0 +1,19 @@
|
||||
/* pageview.h - Include file for PagedViewer() function. */
|
||||
|
||||
/* Manifest constant. */
|
||||
#define NO_LINE -1
|
||||
|
||||
/* Boolean definitions. */
|
||||
#ifndef BOOL
|
||||
typedef int BOOL;
|
||||
#endif
|
||||
|
||||
/* Prototype for the function. */
|
||||
int PagedViewer(
|
||||
int nInitialLine,
|
||||
int nTotalLines,
|
||||
void (*pDisplayCallback)(int nLine, void *pCallbackData),
|
||||
void *pCallbackData,
|
||||
BOOL bAllowSelection,
|
||||
char *pszTitle,
|
||||
int nPageSize);
|
Reference in New Issue
Block a user