Set the border mode of the graphics window
| <viz:window>.setBorder( | |
| mode |
)
mode
One of the following border modes:
Border modes |
|
viz.BORDER_NONE |
No border. |
viz.BORDER_RESIZE |
Standard border with resizing allowed. |
viz.BORDER_FIXED |
Fixed border with no resizing option. Maximize button will be disabled. |
The border mode is not applied when the graphics window is in fullscreen mode. The default mode is viz.BORDER_RESIZE.
None