| Did you know ... | Search Documentation: |
| graphical->size |
-size->set
with specified W- and H-parameter.
->set-size
->_size<->border
and offset caused by possible scrollbars and then invokes
`tile ->set: @default, @default, Width, Height`
Which will change the desired size. The associated frame then
decides on the actual size. If the associated frame is already created,
only the distribution of the windows inside the frame may be changed.
The frame itself won't be resized. The method frame->fit
requests the frame to resize its contents and itself to the most
desirable value.
Various subclasses of window redefined this method to make the unit of the size dependent on their font.
->fit ->display_size