home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Simple Slideshow / ShowHideMenubar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-16  |  381 b   |  21 lines  |  [TEXT/MMCC]

  1.  
  2. #ifndef _SHOWHIDEMENUBAR_
  3. #define _SHOWHIDEMENUBAR_
  4.  
  5.  
  6. #ifndef SHOW
  7. #define SHOW 1
  8. #define HIDE 0
  9. #endif
  10.  
  11.  
  12. /**\
  13. |**| ==============================================================================
  14. |**| PUBLIC FUNCTION PROTOTYPES
  15. |**| ==============================================================================
  16. \**/
  17. void SetMBarState (char vis);
  18. char GetMBarState (void);
  19.  
  20.  
  21. #endif