23 module
com { module sun { module star { module awt {
specifies some extended operations for a window component.
Definition XWindow2.idl:34
boolean isActive()
returns the activation state of the window
boolean isVisible()
returns the visibility state of the window
com::sun::star::awt::Size getOutputSize()
returns the inner bounds of the window, also known as the client size.
boolean isEnabled()
returns the enabled state of the window
void setOutputSize([in] com::sun::star::awt::Size Size)
sets the inner bounds of the window, also known as the client size
boolean hasFocus()
returns the focus state of the window
specifies the basic operations for a window component.
Definition XWindow.idl:33
Definition Ambiguous.idl:20
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28