Documentation from reghelp.h

ROV

Introduction

[top]

ROV - Easy applications from C

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

Contributing authors - Jason Tribbeck

File - reghelp.h

Type - helper

Description

The reghelp helper allows appplications to register strings for interactive help for particular icons and canvasses.

registerhelp_icon

[top]

Register a string with an icon.

Parameters:

 - icon ic - the icon.
 - char *help - the help string.

void registerhelp_icon(icon ic,
		       char *help);

See also: registerhelp_canvas()

registerhelp_canvas

[top]

Register a string with a canvas.

Parameters:

 - canvas c - the canvas.
 - char *help - the help string.

void registerhelp_canvas(canvas c,
			 char *help);

See also: registerhelp_icon()


Generated Thu Feb 7 23:22:52 2002