diff options
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/LayoutManagerEvents.idl | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/offapi/com/sun/star/frame/LayoutManagerEvents.idl index fc3bd830c559..26afbe8d5d0f 100644 --- a/offapi/com/sun/star/frame/LayoutManagerEvents.idl +++ b/offapi/com/sun/star/frame/LayoutManagerEvents.idl @@ -4,9 +4,9 @@ * * $RCSfile: LayoutManagerEvents.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:03:14 $ + * last change: $Author: hr $ $Date: 2005-09-23 15:33:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,6 +83,26 @@ constants LayoutManagerEvents </p> */ const short LAYOUT = 2; + + //------------------------------------------------------------------------- + /** specifies that the layout manager container frame window + becomes visible. + + <p> + This event sends no additional information. + </p> + */ + const short VISIBLE = 3; + + //------------------------------------------------------------------------- + /** specifies that the layout manager container frame window + becomes invisible. + + <p> + This event sends no additional information. + </p> + */ + const short INVISIBLE = 4; }; }; }; }; }; |