home *** CD-ROM | disk | FTP | other *** search
- /*
- #### # # # #
- # # # # # The FreeWare C library for
- # # ## ### # # # # ### RISC OS machines
- # # # # # # # # # # # ___________________________________
- # # #### ### ## # # # #
- # # # # # # # # # # Please refer to the accompanying
- #### ### #### # # ##### # ### documentation for conditions of use
- ________________________________________________________________________
-
- File: ColourMenu.ColourMenu.c
- Author: Copyright © 1994 Craig Beech
- Version: 1.00 (27 Aug 1994)
- Purpose: Equivalent of the Desk_RISC_OSLib colourmenu function.
- */
-
- #ifndef __Desk_ColourMenu_h
- #define __Desk_ColourMenu_h
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- #ifndef __Desk_Menu_h
- #include "Desk.Menu.h"
- #endif
-
- extern Desk_menu_ptr Desk_ColourMenu_Create(char *name);
- /*
- Inputs: name - title of colour menu.
- Returns: Desk_menu_ptr - colour menu.
- Purpose: Creates a colour menu similar to the Desk_RISC_OSLib function.
- */
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif
-