summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XToolkit.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XToolkit.idl')
-rw-r--r--offapi/com/sun/star/awt/XToolkit.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/XToolkit.idl b/offapi/com/sun/star/awt/XToolkit.idl
index 7d85b966d45e..9c10b9f75013 100644
--- a/offapi/com/sun/star/awt/XToolkit.idl
+++ b/offapi/com/sun/star/awt/XToolkit.idl
@@ -34,11 +34,9 @@
#include <com/sun/star/awt/XRegion.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a factory interface for the window toolkit.
@@ -46,26 +44,22 @@
*/
published interface XToolkit: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the desktop window.
*/
com::sun::star::awt::XWindowPeer getDesktopWindow();
- //-------------------------------------------------------------------------
/** returns the complete work area for this toolkit.
*/
com::sun::star::awt::Rectangle getWorkArea();
- //-------------------------------------------------------------------------
/** creates a new window using the given descriptor.
*/
com::sun::star::awt::XWindowPeer createWindow( [in] com::sun::star::awt::WindowDescriptor Descriptor )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** returns a sequence of windows which are newly created using the
given descriptors.
@@ -74,14 +68,12 @@ published interface XToolkit: com::sun::star::uno::XInterface
[in] sequence<com::sun::star::awt::WindowDescriptor> Descriptors )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** creates a virtual device that is compatible with the screen.
*/
com::sun::star::awt::XDevice createScreenCompatibleDevice( [in] long Width,
[in] long Height );
- //-------------------------------------------------------------------------
/** creates a region.
*/
@@ -89,7 +81,6 @@ published interface XToolkit: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };