SilverScreen Solid Modeler

window

window

Previous topic Next topic  

window

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

int window( void );

 

 

 

 

 




Synopsis

#include "silver.h"

 

The window function retrieves the current window number

 

 

Parameters

none

 

 

Return Value

window returns the current window number if successful, or 0 if there are no windows.

 

 

Remarks

Every window in SilverScreen has a number that uniquely identifies it on a screen. In a typical four-way split, the windows are numbered from top-to-bottom and left-to-right from 1 to 4.

 

The window function has been superceded by sys_window, which is more descriptive.

 

 

See Also

get_window_info, clear_window, count_windows, sys_window, sys_screen