summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-09 11:45:24 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-09 11:45:24 +0200
commit2840107f2457d15a343f1f72206d8f1dde91a338 (patch)
tree462ea4f001868d0453e65109b7d2610419c8f06a /offapi/com/sun/star/ui
parent4c16c8d27f6958ca24aa860cd235b729dfeca90d (diff)
slidecopy: document the ParentWindow parameter for UI element creation
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/XUIElementFactory.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/XUIElementFactory.idl b/offapi/com/sun/star/ui/XUIElementFactory.idl
index 2749aa30b882..9b5b7992950d 100644
--- a/offapi/com/sun/star/ui/XUIElementFactory.idl
+++ b/offapi/com/sun/star/ui/XUIElementFactory.idl
@@ -100,6 +100,11 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
configuration manager. This argument is <b>mandatory</b> to
have a working configurable user interface element instance.
</li>
+ <li><b>ParentWindow</b><br/>
+ specifies a parent window to use for the window(s) representing
+ the UI element. Depending on the concrete UI element type, this parameter
+ might be required or ignored by an implementation.
+ </li>
<li><b>Persistent</b><br>specifies if changes to a configurable
user interface element should be persistent. This is an
optional argument. The default value is <TRUE/>.</li>