update dev300-m58
[ooovba.git] / offapi / com / sun / star / awt / XLayoutUnit.idl
blobfdd01dd9c30517411c43c9817739fe1b3ed73731
1 #ifndef __com_sun_star_awt_XLayoutUnit_idl__
2 #define __com_sun_star_awt_XLayoutUnit_idl__
4 #ifndef __com_sun_star_awt_XLayoutContainer_idl__
5 #include <com/sun/star/awt/XLayoutContainer.idl>
6 #endif
8 //=============================================================================
10 module com { module sun { module star { module awt {
12 //=============================================================================
14 interface XLayoutContainer;
16 /** Responsible to evaluate size damages and force a re-calculation. Containers
17 should let it know of state changes that may affects their size.
18 All children of a top-level window should share the same object.
20 @since OOo 3.0
22 interface XLayoutUnit
24 void queueResize( [in] com::sun::star::awt::XLayoutContainer Container );
27 //=============================================================================
29 }; }; }; };
31 #endif