update dev300-m58
[ooovba.git] / offapi / com / sun / star / awt / XLayoutFlowContainer.idl
blobd8ae47751201920b52d40fd703890caa78c39a7f
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.
16 @since OOo 3.0
18 interface XLayoutContainer
20 void queueResize( [in] com::sun::star::awt::XLayoutContainer Container );
23 //=============================================================================
25 }; }; }; };
27 #endif