home *** CD-ROM | disk | FTP | other *** search
- /* /ph2_sources/projects/appkit-148.5/publicWraps.h generated from publicWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef PUBLICWRAPS_H
- #define PUBLICWRAPS_H
-
- extern void NXConvertWinNumToGlobal(int winNum, unsigned int *globalNum);
-
- extern void NXConvertGlobalToWinNum(int globalNum, unsigned int *winNum);
-
- extern void NXCountWindows(int *count);
-
- extern void NXCopyCurrentGState(int gs);
-
- extern void NXSetGState(int gs);
-
- extern void NXBeep( void );
-
- extern void NXWindowList(int size, int list[]);
-
- #endif PUBLICWRAPS_H
-