home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / BSDMenubarLib 1.0 / BSDMenubarLib.doc < prev    next >
Encoding:
Text File  |  1997-08-03  |  746 b   |  31 lines  |  [TEXT/CWIE]

  1. BSDMenubarLib v1.0
  2. BuggySoft™ Development
  3. By Scott Dunbar.
  4. © 1997.
  5.  
  6. email    : buggysft@aimnet.com
  7. web        : http://www.aimnet.com/~buggysft/
  8. ftp        : ftp://ftp.aimnet.com/pub/users/buggysft/
  9.  
  10. This CodeWarrior 11 library is just a few commonly used routines for hiding and showing the
  11. menubar and the lower corners of the screen. I use it for most things from games to example
  12. applications. I don't really take credit for the guts of the routines themselves, just the 
  13. library.
  14.  
  15. Call this routines like this:
  16.  
  17.         // hide the menubar
  18.     HideMenubar();
  19.     
  20.         // show the menubar
  21.     ShowMenuBar();
  22.  
  23.  
  24. Notes
  25.     Check out the 'BSDMenubarLib Example' folder for a working example of this library.
  26.     
  27. E-mail me for updates at:
  28.     buggysft@aimnet.com
  29.  
  30. Thanks!
  31.     - Scott Dunbar