1 #ifndef __com_sun_star_awt_XLayoutUnit_idl__
2 #define __com_sun_star_awt_XLayoutUnit_idl__
4 #include
<com
/sun
/star
/awt
/XLayoutContainer.idl
>
6 //=============================================================================
8 module com
{ module sun
{ module star
{ module awt
{
10 //=============================================================================
12 /** Responsible to evaluate size damages and force a re-calculation. Containers
13 should let it know of state changes that may affects their size.
14 All children of a top-level window should share the same object.
18 interface XLayoutContainer
20 void queueResize
( [in] com
::sun
::star
::awt
::XLayoutContainer Container
);
23 //=============================================================================