VISIO::WINDOW_TYPE
(int window, int type)
Description: With this
command it is possible to enable or disable the resizing of a window.
The argument 'window' identifies the window and the argument 'type'
can be set to one of the following: V_SIZEABLE or V_FIXED. Newly created
windows are resizable by default. Especially when working with
canvasses it is recommended to disable resizing since resizing wipes
all drawings.
Example: VISIO::WINDOW_TYPE
(window, V_FIXED)