ConfigureInterface
int ConfigureInterface (int mode, int toggleFlag)
Return Value:1 if successful, 0 otherwise.
Arguments:
mode |
display setting |
toggleFlag |
if 1, then the mode will be toggled, if 0 then the mode will be turned on |
The values of arg are:
0=No List
1=Standard List Width
2=Wide List
3=Extra Wide List
4=Toggle Palette.
5=Quad View
6=Double View
Example:
>ConfigureInterface(5, 0 )
>ConfigureInterface(5, 1 )
The first command will display the Quad View, if it was already displayed then nothing will happen. The second one will do the same except that if the Quad View is already displayed, this command will revert the display back to a single view.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |