home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / examples / DeskLib / Examples / Widget5 / !Widget5 / h / ProcessWin < prev    next >
Encoding:
Text File  |  1995-03-23  |  793 b   |  21 lines

  1. /************************************************************************
  2.  *                                                                      *
  3.  *        File: ProcessWin.h                                            *
  4.  *                                                                      *
  5.  *     Purpose: Provides user interface to image processing functions   *
  6.  *                                                                      *
  7.  ************************************************************************/
  8.  
  9.  /*
  10.   * initialisation to be done at startup
  11.   */
  12. void ProcessWin_Init(void);
  13.  
  14.  
  15.  /*
  16.   * called with the process number (menuselection on process menu)
  17.   * and source image number to open the correct process window
  18.   */
  19. void ProcessWin_Start(int process, int sourceimage);
  20.  
  21.