window
The next unused window of the 255 available. An unused window is one whose contents (e.g. graphic, display, alpha, panel) are as yet undefined. At system start-up, all 255 windows are unused.
This identifier is maintained automatically by the system and cannot be redefined.
Get the next free window, assign its icon name and then define its contents to be graphic.
window mywin = free_window mywin.icon_name = 'My Window' mywin = wgraphic
Commands: |
|
Identifiers: |
new_window (window), win# (window) |
Structures: |