summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XLayoutFlowContainer.idl
blob: d8ae47751201920b52d40fd703890caa78c39a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef __com_sun_star_awt_XLayoutUnit_idl__ 
#define __com_sun_star_awt_XLayoutUnit_idl__ 

#include <com/sun/star/awt/XLayoutContainer.idl> 
 
//============================================================================= 
 
module com {  module sun {  module star {  module awt {
 
//============================================================================= 
 
/** 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
 */
interface XLayoutContainer
{
    void queueResize( [in] com::sun::star::awt::XLayoutContainer Container );
};
 
//============================================================================= 
 
}; }; }; };
 
#endif