home *** CD-ROM | disk | FTP | other *** search
- /* This is written to work with Menus_* functions posted to comp.sys.acorn ages */
- /* ago. Therefore it *Won't* work with standard DeskLib. */
-
-
- #ifndef __ShellMenu_h
- #define __ShellMenu_h
-
- #ifndef __Shell_h
- #include "Shell.Shell.h"
- #endif
-
-
- typedef void (*Shell_menuhandler) ( char *selections);
-
- extern BOOL Shell_pause;
-
-
- void Shell_MenuPoll( void);
- void Shell_InitMenuHandler( char *menutitle, char *menustring, Shell_menuhandler menuhandler);
- void Shell_ChangeMenu( char *menutitle, char *menustring);
- void Shell_SuspendMenu( void);
- void Shell_UnSuspendMenu( void);
-
-
- #endif
-