|
||
int pm_help_line ( char *help_line )
char *help_line; // help line string
|
|
|||
Synopsis |
#include "silver.h"
The pm_help_line function associates a single line of help text with a panel. This function may be called repeatedly, between invocations of pm_initialize and pm_execute , to build up a body of help information. When the panel is displayed, a help button will permit the user to display the help information in a pop-up panel.
|
|
||
Parameters |
help_line is a null-terminated string containing a help line.
|
|
||
Return Value |
none.
|
|
||
See Also |
|
|
||
Example |
|
|
||
|
|