|
||
void pm_distance ( char *message, double *value )
char *message; // prompt string double *value; // address of double to receive distance result
|
|
|
Synopsis |
#include "silver.h"
The pm_distance function adds a distance prompt to the current panel
|
|
Parameters |
message is a null-terminated string containing the prompt message. value is the address of the double that is to receive the result of the distance prompt.
|
|
Return Value |
none.
|
|
|
The initial value for the field is the inial value of the double pointed to by value .
|
|
See Also |
|
|
|
|