|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
23 module
com { module sun { module star { module awt {
boolean isEnabled()
returns the enabled state of the window
specifies the basic operations for a window component.
Definition: XWindow.idl:33
boolean hasFocus()
returns the focus state of the window
boolean isVisible()
returns the visibility state of the window
boolean isActive()
returns the activation 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
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:28
com::sun::star::awt::Size getOutputSize()
returns the inner bounds of the window, also known as the client size.
Definition: Ambiguous.idl:20
specifies some extended operations for a window component.
Definition: XWindow2.idl:34