home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / star.lzh / star.1 / starchart / starXaw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-27  |  713 b   |  30 lines

  1. /* Header for Athena widgets starchart */
  2. /*
  3.  *
  4.  * $Header: starXaw.h,v 1.5 90/02/19 17:58:08 ccount Exp $
  5.  * 
  6.  *
  7.  * Copyright (c) 1990 by Craig Counterman. All rights reserved.
  8.  *
  9.  * This software may be redistributed freely, not sold.
  10.  * This copyright notice and disclaimer of warranty must remain
  11.  *    unchanged. 
  12.  *
  13.  * No representation is made about the suitability of this
  14.  * software for any purpose.  It is provided "as is" without express or
  15.  * implied warranty, to the extent permitted by applicable law.
  16.  *
  17.  */
  18.  
  19. typedef struct {
  20.   char *blabel;
  21.   void (*func)();
  22. } Button_set;
  23.  
  24.  
  25. /* VMS linker is not case sensitive */
  26. #ifdef VMS
  27. #define Edit_mapwins Ed_mwin_f
  28. #define edit_mapwins e_mapw_bool
  29. #endif
  30.