home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
wb
/
stickit2
/
source
/
stickit2.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-01
|
2KB
|
62 lines
/*********************************************/
/* */
/* Designer (C) Ian OConnor 1994 */
/* */
/* Designer Produced C header file */
/* */
/*********************************************/
#define commodMenu_project 0
#define commodMenu_project_save 0
#define commodMenu_project_about 1
#define commodMenu_project_hide 2
#define commodMenu_project_Item2 3
#define commodMenu_project_quit 4
#define commodMenu_notes 1
#define commodMenu_notes_new 0
#define commodMenu_notes_delete 1
#define commodMenu_notes_Item3 2
#define commodMenu_notes_redraw 3
#define noteMenu_project 0
#define noteMenu_project_save 0
#define noteMenu_project_Item5 1
#define noteMenu_project_panel 2
#define noteMenu_edit 1
#define noteMenu_edit_cut 0
#define noteMenu_edit_copy 1
#define noteMenu_edit_paste 2
#define noteMenu_edit_delete 3
#define commodFirstID 0
#define commod_listview 0
#define commod_new 1
#define commod_del 2
#define commod_up 3
#define commod_down 4
#define commod_palette 5
#define commod_cyccolour 6
#define commod_title 7
#define commod_fontstr 8
#define commod_font 9
#define commod_pubscreen 10
extern struct Menu *commodMenu;
extern struct Menu *noteMenu;
extern struct Gadget *commodGadgets[11];
extern struct Gadget *commodGList;
extern struct Window *commod;
extern APTR commodVisualInfo;
extern ULONG commodGadgetTags[];
extern UWORD commodGadgetTypes[];
extern struct NewGadget commodNewGadgets[];
extern UWORD commodDepth;
extern int MakeMenucommodMenu( APTR MenuVisualInfo );
extern int MakeMenunoteMenu( APTR MenuVisualInfo );
extern int OpenWindowcommod( struct MsgPort *mp);
extern void CloseWindowcommod( void );
extern void StripIntuiMessages( struct MsgPort *mp, struct Window *win);
extern void CloseWindowSafely( struct Window *win);