home *** CD-ROM | disk | FTP | other *** search
- /* ABWraps.h generated from ABWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef ABWRAPS_H
- #define ABWRAPS_H
-
- extern void PSWMove(float x, float y, int win);
-
- extern void PSWUnhideContext(int ctxt, int raise, int makeActive, int hideOthers);
-
- extern void PSWReplaceIcon(int win, int width);
-
- extern void PSWGetCurrentOwner(int win, int *owner);
-
- extern void PSWGetMiniWindows(int ctxt, int count, int *miniCount, int windows[]);
-
- extern void PSWGetIconFromScreenList(int ctxt, int *icon);
-
- extern void PSWGetCtxtIconPidAndMenu(int ctxt, int *icon, int *pid, int *menu);
-
- #endif ABWRAPS_H
-