home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / EasyTM_src.lha / EasyTM-src / GuiExtras.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-27  |  614 b   |  39 lines

  1. //************************************
  2. //
  3. // Name : GuiExtras.h
  4. //
  5. //************************************
  6.  
  7.  
  8. //**** Local Data Storage
  9.  
  10. extern LONG sig_g;
  11.  
  12.  
  13. //**** Wait functions
  14.  
  15. BOOL beginWait(struct Window *win);
  16. VOID endWait(struct Window *win);
  17.  
  18.  
  19. //**** Requesters
  20.  
  21. void Request_About(void);
  22. void Request_StackLow(void);
  23. void Request_PriRange(void);
  24. void Request_FileTrouble(char *op, char *file);
  25. int Request_File(char *Hail,char *File, char *Dir);
  26.  
  27.  
  28. //**** Window
  29.  
  30. void CX_Show(void);
  31. void CX_Hide(void);
  32.  
  33. //**** Display
  34.  
  35. void DisplayNode(struct ProgNode *pn);
  36. void PropertyAble(BOOL b);
  37.  
  38. //**** End of file
  39.