home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / irclient / !IRClient / Scripts / Docs / NewStuff < prev    next >
Encoding:
Text File  |  1997-01-04  |  555 b   |  21 lines

  1. New routines which might be impressive to use :
  2.  
  3. PROCAddCallBack(function$,time) - could do with a 'private word'
  4. PROCCloseByLocalPort(Port)
  5. PROCNukeProgram
  6. EVAL
  7.  
  8. Menus
  9. -----
  10. PROCNewMenu(title$,name$)
  11. PROCAddDottedLine
  12. PROCAddMenuEntry(entry$,callback$,grey,tick,submenuname$)
  13. PROCOpenMenu(name$)
  14. PROCCommitMenu(name$)
  15.  
  16. PROCNewMenu(title$,name$)
  17. PROCAddMenuEntry(item$,callback$,shaded,ticked,submenu$)
  18.  submenu$ => '>'<window>|<submenu>
  19.  callback$="" :: nothing happens, except if the window is specified then the
  20.                  window is a transient.
  21.