home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-03 | 746 b | 31 lines | [TEXT/CWIE] |
- BSDMenubarLib v1.0
- BuggySoft™ Development
- By Scott Dunbar.
- © 1997.
-
- email : buggysft@aimnet.com
- web : http://www.aimnet.com/~buggysft/
- ftp : ftp://ftp.aimnet.com/pub/users/buggysft/
-
- This CodeWarrior 11 library is just a few commonly used routines for hiding and showing the
- menubar and the lower corners of the screen. I use it for most things from games to example
- applications. I don't really take credit for the guts of the routines themselves, just the
- library.
-
- Call this routines like this:
-
- // hide the menubar
- HideMenubar();
-
- // show the menubar
- ShowMenuBar();
-
-
- Notes
- Check out the 'BSDMenubarLib Example' folder for a working example of this library.
-
- E-mail me for updates at:
- buggysft@aimnet.com
-
- Thanks!
- - Scott Dunbar