SilverScreen Solid Modeler

screen_pop

screen_pop

Previous topic Next topic  

screen_pop

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void *screen_pop ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The screen_pop function retrives the top member of the stack of saved screen rectangles.

 

 

Parameters

none.

 

 

Return Value

screen_pop returns a pointer to the topmost screen, cast to a void *, if there is one; otherwise screen_pop  returns NULL .

 

 

See Also

screen_save , screen_push