SilverScreen Solid Modeler

prompt_line_width

prompt_line_width

Previous topic Next topic  

prompt_line_width

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int prompt_line_width ( char *message, int *value )

 

char *message;     // prompt string

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

 

 




Synopsis

#include "silver.h"

 

The prompt_line_width function allows the user to select a line width.

 

 

Parameters

none.

 

 

Return Value

prompt_line_width returns the width of the line selected, if any, and 0 otherwise.