This function change the current window mode.
Syntax
void Fct_Change_Mode(
SliceO_Window *window,
unsigned char mode
) ;
Parameters
window
Pointer to the window that will be affected.
mode
New window mode. The new mode can be one of the following:
WINDOW_MODE_ALL
WINDOW_MODE_ONE
WINDOW_MODE_3D
Return value
This function does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
From window_Script.cpp
See also