home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / ctxt-util-1.0 / ABWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-01  |  615 b   |  23 lines

  1. /* ABWraps.h generated from ABWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef ABWRAPS_H
  6. #define ABWRAPS_H
  7.  
  8. extern void PSWMove(float x, float y, int win);
  9.  
  10. extern void PSWUnhideContext(int ctxt, int raise, int makeActive, int hideOthers);
  11.  
  12. extern void PSWReplaceIcon(int win, int width);
  13.  
  14. extern void PSWGetCurrentOwner(int win, int *owner);
  15.  
  16. extern void PSWGetMiniWindows(int ctxt, int count, int *miniCount, int windows[]);
  17.  
  18. extern void PSWGetIconFromScreenList(int ctxt, int *icon);
  19.  
  20. extern void PSWGetCtxtIconPidAndMenu(int ctxt, int *icon, int *pid, int *menu);
  21.  
  22. #endif ABWRAPS_H
  23.