SilverScreen Solid Modeler

pm_line_width

pm_line_width

Previous topic Next topic  

pm_line_width

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void pm_line_width ( char *message, int *value )

 

char *message;     // prompt string

int *value;        // address of int to receive result

 

 




Synopsis

#include "silver.h"

 

The pm_line_width function adds a prompt for a line width to the current panel, with prompt specified by message . After pm_execute , the resulting value is returned in value .

 

 

Parameters

message is a null-terminated string containing the prompt message. value is the address of an integer that is to receive the result of the prompt.

 

 

Return Value

none.