:: com :: sun :: star :: awt ::

unpublished interface XLayoutUnit
Usage Restrictions
not published
Description
Responsible to evaluate size damages and force a re-calculation. Containers should let it know of state changes that may affects their size. All children of a top-level window should share the same object.
Since
OOo 3.0

Methods' Summary
queueResize  
Methods' Details
queueResize
void
queueResize( [in] XLayoutContainer  Container );

Top of Page