:: com :: sun :: star :: deployment :: ui ::

unpublished service LicenseDialog
Supported Interface
::com::sun::star::ui::dialogs::XExecutableDialog
Description
The LicenseDialog is used to display a license text.
Since
OpenOffice 2.0.4


Constructors' Summary
create Create a GUI using the specific parent window and focus on the given context.  
Constructors' Details
create
create( [in] ::com::sun::star::awt::XWindow  xParent,
[in] string  licenseText );

Description
Create a GUI using the specific parent window and focus on the given context.
Parameter xParent
parent window
Parameter licenseText
text to be displayed

 
Top of Page