Create a window
object from its label, size and the display on which is has to be
displayed.
This will create a default frame for this window. When two windows
are related using window->above, window->below, window->left
or
window->right,
both windows will be made part of the same frame. The frame of the
receiver of the window->above,
etc. method will be destroyed and this window will be made part of the
frame of the argument window.
Defaults:
| label | untitled |
| size | resource defined (see size resource) |
| display | @display |
- See also
- class frame