home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Programming
/
vbcc_MorphOS
/
machines
/
amiga68k
/
include
/
inline
/
wb_protos.h
< prev
Wrap
C/C++ Source or Header
|
2000-08-20
|
2KB
|
14 lines
struct AppWindow * __AddAppWindowA(__reg("d0") unsigned long id,__reg("d1") unsigned long userdata,__reg("a0") struct Window *window,__reg("a1") struct MsgPort *msgport,__reg("a2") struct TagItem *taglist ,__reg("a6") void *)="\tjsr\t-48(a6)";
#define AddAppWindowA(x1,x2,x3,x4,x5) __AddAppWindowA((x1),(x2),(x3),(x4),(x5),WorkbenchBase)
BOOL __RemoveAppWindow(__reg("a0") struct AppWindow *appWindow ,__reg("a6") void *)="\tjsr\t-54(a6)";
#define RemoveAppWindow(x1) __RemoveAppWindow((x1),WorkbenchBase)
struct AppIcon * __AddAppIconA(__reg("d0") unsigned long id,__reg("d1") unsigned long userdata,__reg("a0") UBYTE *text,__reg("a1") struct MsgPort *msgport,__reg("a2") struct FileLock *lock,__reg("a3") struct DiskObject *diskobj,__reg("a4") struct TagItem *taglist ,__reg("a6") void *)="\tjsr\t-60(a6)";
#define AddAppIconA(x1,x2,x3,x4,x5,x6,x7) __AddAppIconA((x1),(x2),(x3),(x4),(x5),(x6),(x7),WorkbenchBase)
BOOL __RemoveAppIcon(__reg("a0") struct AppIcon *appIcon ,__reg("a6") void *)="\tjsr\t-66(a6)";
#define RemoveAppIcon(x1) __RemoveAppIcon((x1),WorkbenchBase)
struct AppMenuItem * __AddAppMenuItemA(__reg("d0") unsigned long id,__reg("d1") unsigned long userdata,__reg("a0") UBYTE *text,__reg("a1") struct MsgPort *msgport,__reg("a2") struct TagItem *taglist ,__reg("a6") void *)="\tjsr\t-72(a6)";
#define AddAppMenuItemA(x1,x2,x3,x4,x5) __AddAppMenuItemA((x1),(x2),(x3),(x4),(x5),WorkbenchBase)
BOOL __RemoveAppMenuItem(__reg("a0") struct AppMenuItem *appMenuItem ,__reg("a6") void *)="\tjsr\t-78(a6)";
#define RemoveAppMenuItem(x1) __RemoveAppMenuItem((x1),WorkbenchBase)