home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / MSJV5-6.ZIP / CPUMETER.ZIP / HISTGRAM.H < prev   
Text File  |  1990-11-01  |  218b  |  6 lines

  1. void create_histogram (HAB hab, HWND hwndClient) ;
  2. void paint_histogram (void) ;
  3. void update_histogram (INT iPercentage) ;
  4. void size_histogram (INT xPixelWidth, INT yPixelHeight) ;
  5. void destroy_histogram (void) ;
  6.