/* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. */ #ifndef __CEXTRACT__ #ifdef __STDC__ extern void TteInitMenus ( char *name, int number ); extern void TteAddMenuAction ( char *actionName, Proc procedure ); extern int TteAddUserMenuAction ( char *actionName, UserProc procedure, void *arg ); extern void TteZeroMenu ( WindowType windowtype, char *schemaName ); extern void TteAddMenu ( WindowType windowtype, char *schemaName, int view, int menuID, int itemsNumber, char *menuName ); extern void TteAddSubMenu ( WindowType windowtype, char *schemaName, int menuID, int itemID, int itemsNumber ); extern void TteAddMenuItem ( WindowType windowtype, char *schemaName, int menuID, int subMenu, int itemID, char *actionName, char itemType ); extern void TteOpenMainWindow ( char *name, Pixmap logo, Pixmap icon ); extern void APP_ButtonCallback ( ThotWidget w, int frame, caddr_t call_d ); extern void InitClue ( ThotWidget toplevel ); extern int TtaAddButton ( Document document, View view, Pixmap picture, void (*procedure) (), char *info ); extern void TtaSwitchButton ( Document document, View view, int index ); extern void TtaChangeButton ( Document document, View view, int index, Pixmap picture ); extern void TtcSwitchButtonBar ( Document document, View view ); extern int TtaAddTextZone ( Document document, View view, char *label, boolean editable, void (*procedure) () ); extern void TtaSetTextZone ( Document document, View view, int index, char *text ); extern void TtcSwitchCommands ( Document document, View view ); extern void DrawingInput ( int *w, int frame, int *infos ); extern int MakeFrame ( char *schema, int view, char *name, int X, int Y, int large, int haut, int *volume, int doc ); extern void DestroyFrame ( int frame ); extern int FindMenu ( int frame, int menuID, Menu_Ctl ** ctxmenu ); extern void TtaSetMenuOff ( Document document, View view, int menuID ); extern void TtaSetMenuOn ( Document document, View view, int menuID ); extern void TtaSetToggleItem ( Document document, View view, int menuID, int itemID, boolean on ); extern void TtaSetActionOff ( Document document, View view, int menuID, int itemID ); extern void TtaSetActionOn ( Document document, View view, int menuID, int itemID ); extern int TtaSetCallback ( void (*callbakProcedure) (), int set ); extern void ThotCallback ( int ref, int typedata, char *data ); #else /* __STDC__ */ extern void TteInitMenus (/* char *name, int number */); extern void TteAddMenuAction (/* char *actionName, Proc procedure */); extern int TteAddUserMenuAction (/* char *actionName, UserProc procedure, void *arg */); extern void TteZeroMenu (/* WindowType windowtype, char *schemaName */); extern void TteAddMenu (/* WindowType windowtype, char *schemaName, int view, int menuID, int itemsNumber, char *menuName */); extern void TteAddSubMenu (/* WindowType windowtype, char *schemaName, int menuID, int itemID, int itemsNumber */); extern void TteAddMenuItem (/* WindowType windowtype, char *schemaName, int menuID, int subMenu, int itemID, char *actionName, char itemType */); extern void TteOpenMainWindow (/* char *name, Pixmap logo, Pixmap icon */); extern void APP_ButtonCallback (/* ThotWidget w, int frame, caddr_t call_d */); extern void InitClue (/* ThotWidget toplevel */); extern int TtaAddButton (/* Document document, View view, Pixmap picture, void (*procedure) (), char *info */); extern void TtaSwitchButton (/* Document document, View view, int index */); extern void TtaChangeButton (/* Document document, View view, int index, Pixmap picture */); extern void TtcSwitchButtonBar (/* Document document, View view */); extern int TtaAddTextZone (/* Document document, View view, char *label, boolean editable, void (*procedure) () */); extern void TtaSetTextZone (/* Document document, View view, int index, char *text */); extern void TtcSwitchCommands (/* Document document, View view */); extern void DrawingInput (/* int *w, int frame, int *infos */); extern int MakeFrame (/* char *schema, int view, char *name, int X, int Y, int large, int haut, int *volume, int doc */); extern void DestroyFrame (/* int frame */); extern int FindMenu (/* int frame, int menuID, Menu_Ctl ** ctxmenu */); extern void TtaSetMenuOff (/* Document document, View view, int menuID */); extern void TtaSetMenuOn (/* Document document, View view, int menuID */); extern void TtaSetToggleItem (/* Document document, View view, int menuID, int itemID, boolean on */); extern void TtaSetActionOff (/* Document document, View view, int menuID, int itemID */); extern void TtaSetActionOn (/* Document document, View view, int menuID, int itemID */); extern int TtaSetCallback (/* void (*callbakProcedure) (), int set */); extern void ThotCallback (/* int ref, int typedata, char *data */); #endif /* __STDC__ */ #endif /* __CEXTRACT__ */