home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / BLT1.7L1 / BLT1 / blt-1.7 / applications / kosherdill / Help / HyperHelp.rest < prev    next >
Encoding:
Text File  |  1993-11-23  |  929 b   |  27 lines

  1.  
  2.  ...that is a hyperlink!
  3.  
  4.  HyperHelp Window
  5.  ---------------------------------------------------------------
  6.  
  7.  As each link is traversed, the list of HyperHelp topics near
  8.  the top of the HyperHelp window is updated.  An icon for each
  9.  new help page is appended to a chain of icons.  Previous
  10.  pages can be revisited by clicking on the corresponding page
  11.  icon.
  12.  
  13.    %%
  14. label $blt_htext(widget).full -bitmap hyperhelp-fullpage
  15. $blt_htext(widget) append $blt_htext(widget).full
  16. %% - represents the current page in the hyperlink chain
  17.    %%
  18. label $blt_htext(widget).empty -bitmap hyperhelp-emptypage
  19. $blt_htext(widget) append $blt_htext(widget).empty
  20. %% - represents any other page in the hyperlink chain
  21.  
  22.  At any point, the "Go Back" button can be pressed to delete
  23.  the current help page, and move to the nearest page at the
  24.  current position in the hyperlink chain.
  25.  
  26.  The "Dismiss" button is used to close the HyperHelp window.
  27.