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 >
Wrap
Text File
|
1996-12-10
|
718b
|
20 lines
#if !defined(__GEMJING_GLOBAL__)
#define __GEMJING_GLOBAL__
typedef struct
{
int version;
long magic;
OBJECT* cdecl (*str_icon) (char *string, int tree);
void cdecl (*ext_icon) (int id, OBJECT *big, OBJECT *small, int flag);
OBJECT* cdecl (*id_icon) (int id, int tree);
OBJECT* cdecl (*top_icon) (int tree);
OBJECT* cdecl (*menu_icon) (int tree);
/* int cdecl (*menu_popup) (MENU *me_menu, int me_xpos, int me_ypos, MENU *me_mdata);
int cdecl (*menu_attach) (int me_flag, OBJECT *me_tree, int me_item, MENU *me_mdata);
int cdecl (*menu_settings) (int me_flag, MN_SET *me_values);*/
} STIC;
#endif