home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Shareware Plus / Developers / DLOGManager 1.02 / Source Code / FirstWindow_v00.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-12  |  415 b   |  24 lines  |  [TEXT/KAHL]

  1. /*****
  2.  *    FirstWindow_v00.h
  3.  *
  4.  *    Routines per la gestione della prima finestra di StandAlone.
  5.  *
  6.  ****/
  7. #include "FirstWConst.h"
  8.  
  9. /****
  10.  *    FirstWindow(theWPtr, event)
  11.  *
  12.  *    Gestisce la finestra di inserimento dello stile.
  13.  *
  14.  ****/
  15. void    FirstWindow(void);
  16.  
  17. /****
  18.  *    FirstWindow_Loop(theWPtr, event)
  19.  *
  20.  *    Gestisce la finestra di inserimento dello stile.
  21.  *
  22.  ****/
  23. short    FirstWindow_Loop(WindowPtr, EventRecord *);
  24.