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

  1. /************************************************************************
  2.  *                                                                      *
  3.  *        File: Create.h                                                *
  4.  *                                                                      *
  5.  *     Purpose: Provides window to create a blank image of a certain    *
  6.  *              size in any of the image banks.                         *
  7.  *                                                                      *
  8.  ************************************************************************/
  9.                         
  10.  /*
  11.   * initialisation to be done on startup
  12.   */
  13. extern void Create_Init(void);
  14.  
  15.  /*
  16.   * open create new image window on screen
  17.   */
  18. extern void Create_Open(void);
  19.  
  20.