SilverScreen Solid Modeler

screen_restore

screen_restore

Previous topic Next topic  

screen_restore

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void screen_restore ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The screen_restore function pops a saved screen from the saved screen stack, and displays it in its original location on the screen.

 

 

Parameters

none.

 

 

Return Value

none.

 

 

Comments

Calls to screen_save/screen_restore may be nested.

 

 

See Also

screen_save , screen_push