home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / xfitsvew.zip / XFITSview / messagebox.h < prev    next >
C/C++ Source or Header  |  1995-12-19  |  986b  |  25 lines

  1. /* headers for XFITSview message box routines  */
  2. /*-----------------------------------------------------------------------
  3. *  Copyright (C) 1996
  4. *  Associated Universities, Inc. Washington DC, USA.
  5. *  This program is free software; you can redistribute it and/or
  6. *  modify it under the terms of the GNU General Public License as
  7. *  published by the Free Software Foundation; either version 2 of
  8. *  the License, or (at your option) any later version.
  9. *
  10. *  This program is distributed in the hope that it will be useful,
  11. *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. *  GNU General Public License for more details.
  14. *-----------------------------------------------------------------------*/
  15.  
  16. #ifndef MESSAGEBOX_H
  17. #define MESSAGEBOX_H
  18. /* display message in message box, creating if necessary */
  19. void MessageShow (char *message);
  20.  
  21. /* redraw message box if it exists */
  22. void MessageRefresh (void);
  23.  
  24. #endif
  25.