home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / textual / zap / zmods / Modules / !Buttons / HelpData < prev    next >
Encoding:
Text File  |  1997-04-28  |  1.6 KB  |  54 lines

  1. | *******************************
  2. | * ZapButtons © 1997 Tim Tyler *
  3. | *******************************
  4.  
  5. mode_buttons
  6. Tim Tyler's mode which provides button bars to Zap.
  7. For more details there is a help file available.
  8.  
  9. AUTOSAVE <word>
  10. Saves all Zap files at intervals specified by <word> in seconds.
  11.  
  12. This needs ZapTMT v0.03 for TMT_EVENT and ZapDS v0.29 for SAVEALL.
  13.  
  14. BUTTONS_CHANGE
  15. This changes the number of the button bar which is being displayed.  As its
  16. parameter it takes a single byte.  This is the number of the button bar to
  17. be changed to.
  18.  
  19. This command *only* works from inside buttons scripts.
  20.  
  21. BUTTONS_CLOSE
  22. This command closes the relevant button bar.  
  23.  
  24. When issued outside a script it closes all buttons associated with a window.
  25.  
  26. BUTTONS_DELETE
  27. This command deletes the relevant button bar.  The wimp window is deleted
  28. and the button bar is taken off all internal lists.
  29.  
  30. When issued outside a script it deletes all buttons associated with a window.
  31.  
  32. BUTTONS_FLAGSTOGGLE
  33. For use in changing the options in the mode.  This is designed to be used
  34. on menu entries.  Acts like WFLAGS_TOGGLE.
  35.  
  36. BUTTONS_MOVE
  37. This command indicates that the button bar may be dragged by this icon.
  38.  
  39. This command *only* works from inside buttons scripts.
  40.  
  41. BUTTONS_MISC
  42. Perform various actions.  For internal use only.
  43.  
  44. BUTTONS_OPEN
  45. Opens a button bar.  For internal use only.
  46.  
  47. BUTTONS_REDRAW
  48. Opens a button bar's window pane.  For internal use only.
  49.  
  50. This command is intended for use by other modules when communicating with
  51. ZapButtons. This communication method does not currently seem to operate
  52. correctly and a hacky alternative is currently employed.
  53.  
  54.