Documentation from colourmenu.h

ROV

Introduction

[top]

ROV - Easy applications from C

Copyright - © Jason Tribbeck / 7th ARM 1994-2001

Contributing authors - Jason Tribbeck

File - colourmenu.h

Type - helper

Description

The colourmenu helper creates a menu of the 16 WIMP colours, including an optional 'none' entry.

colourmenu_create

[top]

Creates the menu.

Parameters:

 - char *title - the title of the menu.
 - _rov_menuh choose - the function to call when choosing the item.
 - int none - whether there is a 'none' field or not. Non zero indicates a none field is present.

Returns:

 -  the created menu.

menu colourmenu_create(char * title, _rov_menuh choose, int none);

See also: menu.h


Generated Thu Feb 7 23:22:51 2002