home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / appkit / publicWraps.h < prev    next >
C/C++ Source or Header  |  1992-07-29  |  554b  |  23 lines

  1. /* /ph2_sources/projects/appkit-148.5/publicWraps.h generated from publicWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef PUBLICWRAPS_H
  6. #define PUBLICWRAPS_H
  7.  
  8. extern void NXConvertWinNumToGlobal(int winNum, unsigned int *globalNum);
  9.  
  10. extern void NXConvertGlobalToWinNum(int globalNum, unsigned int *winNum);
  11.  
  12. extern void NXCountWindows(int *count);
  13.  
  14. extern void NXCopyCurrentGState(int gs);
  15.  
  16. extern void NXSetGState(int gs);
  17.  
  18. extern void NXBeep( void );
  19.  
  20. extern void NXWindowList(int size, int list[]);
  21.  
  22. #endif PUBLICWRAPS_H
  23.