19#ifndef __com_sun_star_awt_WindowEvent_idl__
20#define __com_sun_star_awt_WindowEvent_idl__
26 module
com { module sun { module star { module awt {
Definition Ambiguous.idl:22
specifies a window event.
Definition WindowEvent.idl:32
long Width
specifies the outer (total) width of the window.
Definition WindowEvent.idl:46
long LeftInset
specifies the inset from the left.
Definition WindowEvent.idl:59
long Y
specifies the outer y position of the window.
Definition WindowEvent.idl:41
long RightInset
specifies the inset from the right.
Definition WindowEvent.idl:75
long X
specifies the outer x position of the window.
Definition WindowEvent.idl:36
long BottomInset
specifies the inset from the bottom.
Definition WindowEvent.idl:83
long TopInset
specifies the inset from the top.
Definition WindowEvent.idl:67
long Height
specifies the outer (total) height of the window.
Definition WindowEvent.idl:51
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:32