SilverScreen Solid Modeler

application_name

application_name

Previous topic Next topic  

application_name

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void application_name ( char *name )

 

char *name;        // new application name

 

 

 




Synopsis

#include "silver.h"

 

Sets or resets the application name that appears in the upper left corner the SilverScreen window.

 

 

Parameters

name is a null-terminated string. If the string is not empty, name will be used to establish a new application name.  If name is an empty string, then the application name will be reset to the default SilverScreen application name.

 

 

Return Value

None.