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

  1. /************************************************************************
  2.  *                                                                      *
  3.  *        File: GraphWin.h                                              *
  4.  *                                                                      *
  5.  *     Purpose: Draws graphs for greylevel and cumulative histograms    *
  6.  *                                                                      *
  7.  ************************************************************************/
  8.  
  9.  /*
  10.   * when called, opens window and plots graph
  11.   */
  12. extern void GraphWin_Start(int graph, int sourceimage);
  13.  
  14.