home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / QuickHelp / README.z / README
Encoding:
Text File  |  1996-09-20  |  1.4 KB  |  32 lines

  1.  
  2. For IRIX 6.2, the following comment is in VkSimpleWindow.h:
  3.  
  4. //////////////////////////////////////////////////////////////////////////////////
  5. // NOTE: Quick Help is new in the IRIX 6.2 release.  There are two forms of
  6. //       access:
  7. //              * Resource-based access is documented in the man page and
  8. //                is fully supported.  Go ahead and set your resources.  For
  9. //                most programs, this is all the access they will ever need.
  10. //
  11. //              * The programmatic access to Quick Help is still experimental.
  12. //                in IRIX 6.2.
  13. //
  14. //                      IT MAY CHANGE IN THE NEXT RELEASE.
  15. //
  16. //                That is why it is not documented in the man pages.  For
  17. //                an example of current use, see the QuickHelp demo program.
  18. //
  19. ////////////////////////////////////////////////////////////////////////////////
  20.  
  21. The safe way to provide quick help for a program in Irix 6.2 is to simply
  22. set the resources (see VkSimpleWindow(3)).  That will continue to be
  23. supported.
  24.  
  25. Programmatic access is intended only for those programs that need much
  26. more control than plain resources allow.  Few programs need it.  It is
  27. still evolving as we find needs.
  28.  
  29. This demo program shows programmatic access as it is today.  Feel free to
  30. use it, and to give us suggestions about it.  Just remember that it is
  31. still experimental -- it may change without warning in a future release.
  32.