|  | ||
| 
 | 
 void pm_comment ( char *message ) 
 char *message; // comment string 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The pm_comment function adds a comment line to the current panel. 
 | 
 | 
| Parameters | message is a null-terminated string containing the comment line. 
 | 
 | 
| Return Value | none . | 
 | 
| See Also | 
 | |
| 
 | 
 |