home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / e / EasyGUI_v33b2.lha / Docs / ticker.doc < prev   
Text File  |  1997-02-13  |  514b  |  24 lines

  1. Ticker PLUGIN
  2. -------------
  3. A simple PLUGIN that absorbs all the IDCMP_INTUITICKS and calls its action
  4. function on each tick.
  5.  
  6. Constructors:
  7.  
  8.     None, just create the object.
  9.  
  10. Destructor:
  11.  
  12.     None, you needn't call END, but it doesn't hurt.
  13.  
  14. Action functions:
  15.  
  16.     Your action function will be called (or your action value returned by
  17.     easygui()) in the following circumstances:
  18.       o When an IDCMP_INTUITICK occurs.  Note: IDCMP_INTUITICKS only happen
  19.         to the active window!
  20.  
  21. Exceptions:
  22.  
  23.     None.
  24.