home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / graphfun.wdl < prev    next >
Text File  |  1993-02-23  |  531b  |  21 lines

  1. Window graphFun
  2.   class: GraphFunction
  3.   title: "GraphFunction 1.0"
  4.   border: thick
  5.   Menu graphFun
  6.     Item configure  text: "&Configure..."
  7.       help: "Runs a dialog to prompt for graphics parameters"
  8.   End
  9.   Child helpLine
  10.     class: HelpBar
  11.     help: "Displays one-line help"
  12.     top: (bottom -12)
  13.   Child graph
  14.     class: GraphWindow
  15.     title: ""
  16.     help: "Displays the graphic results of evaluating the functions"
  17.     bottom: (last top)
  18.     border: noBorder
  19.   Owned graphDlg
  20.     definition: "graphdlg"
  21.