home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / Tree / Builds / h / treewindow < prev   
Encoding:
Text File  |  1995-11-22  |  444 b   |  19 lines

  1. /*** treewindow.h ***/
  2. /* A (shared) window containing a tree
  3.  * The tree is drawn from the lines in line_store
  4.  * (c) Paul Field 1995
  5.  * v1.00 - 22/11/1995
  6.  */
  7.  
  8.  
  9. void tree_window_initialise(void);
  10.  /* Exceptions: os
  11.   * Sets up event handlers etc. necessary for the tree window
  12.   */
  13.  
  14. void tree_window_update(void);
  15.  /* Exceptions: os
  16.   * Inform the tree_window that the line_store has been changed
  17.   * and so the window should be redrawn
  18.   */
  19.