home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / TRAIL_PG / GEMJING / GEMJ136.LZH / Develop / global.h < prev    next >
Text File  |  1996-12-10  |  718b  |  20 lines

  1. #if !defined(__GEMJING_GLOBAL__)
  2. #define __GEMJING_GLOBAL__
  3.  
  4. typedef struct
  5. {
  6.     int     version;
  7.     long    magic;
  8.     OBJECT* cdecl (*str_icon)       (char *string, int tree);
  9.     void    cdecl (*ext_icon)       (int id, OBJECT *big, OBJECT *small, int flag);
  10.     OBJECT* cdecl (*id_icon)        (int id, int tree);
  11.     OBJECT* cdecl (*top_icon)       (int tree);
  12.     OBJECT* cdecl (*menu_icon)      (int tree);
  13. /*    int     cdecl (*menu_popup)     (MENU *me_menu, int me_xpos, int me_ypos, MENU *me_mdata);
  14.     int     cdecl (*menu_attach)    (int me_flag, OBJECT *me_tree, int me_item, MENU *me_mdata);
  15.     int     cdecl (*menu_settings)  (int me_flag, MN_SET *me_values);*/
  16. } STIC;
  17.  
  18.  
  19. #endif
  20.