| Did you know ... | Search Documentation: |
| graphical->set |
->size, graphical->position,
graphical->x,
...).
Note that this method is faster than graphical->size, graphical->position,
etc. when the geometry has to be changed from a set of integer values as
no intermediate object has to be created.
It first determines whether any action is necessary (i.e.
there is a non-default value that is not equal to the current value). If
so, it invoked graphical->geometry
which takes care of the class-dependent geometry-changing action.
Bugs:
graphical->geometry
is invoked using the internal function
simpleSend(), which bypasses possible object-level methods.
Geometry management can only be programmed at thee class level.