Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 760 -
------------------------------------------------------------------------------
4.5 Hide VGA window. <Main,Win>
------------------------------------------------------------------------------
[Name]
vwin_hide
[Syntax]
#include <crt.h>
int vwin_hide( unsigned int widx ) ;
[Arguments]
widx VGA window index. (=0,1)
[Return]
0 Successful.
Non-0 Error. (one of the following cases)
- The window specified by "widx" is not opened.
[Description]
Hides the specified VGA window.
This function makes the opened VGA window invisible with keeping the
window's status. It is possible to output characters and graphics to
the invisible window.
By executing "vwin_show" function to the invisible window, the
contents of the window including contents output during being hidden
are redisplayed.
This function doesn't changes selection status of VGA windows.