home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / xfitsvew.zip / XFITSview / aboutbox.h < prev    next >
C/C++ Source or Header  |  1998-04-05  |  941b  |  23 lines

  1. /* About box header for XFITSview */
  2. /*-----------------------------------------------------------------------
  3. *  Copyright (C) 1998
  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. #ifndef ABOUTBOX_H
  16. #define ABOUTBOX_H
  17. /* Display legal info about XFITSview */
  18. void HelpAboutCB (Widget w, XtPointer clientData, XtPointer callData);
  19.  
  20. #endif /* end AOUTBOX_H */
  21.  
  22.  
  23.