home *** CD-ROM | disk | FTP | other *** search
/ Phoenix Heaven Sunny 2 / APPARE2.BIN / oh_towns / art2 / src.lzh / IMAGWIN.H < prev    next >
C/C++ Source or Header  |  1994-07-01  |  382b  |  27 lines

  1. typedef struct {
  2.     unsigned int    atr ;
  3.     FRAME            fr ;
  4.     COLOR            clr ;
  5.     unsigned char    atrm ;        /*    ここまではハイパに同じ.            */
  6.     char             *save ;
  7.     short            ve ;
  8.     short            se ;        /*    ここまではダイアログに同じ.        */
  9.     FRAME            org ;
  10.     FRAME            size ;
  11.     int             (*ufunc)() ;
  12.     char            *tmsg ;        /*  ここまではウィンドウに同じ.        */
  13.  
  14.  
  15. } IMAGEWIN;
  16.  
  17.  
  18.  
  19. extern    int        MJ_IMAGEWIN;
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.