LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes the basic interface to be implemented by a tool panel More...
import"XToolPanel.idl";
Public Member Functions | |
::com::sun::star::accessibility::XAccessible | createAccessible ([in] ::com::sun::star::accessibility::XAccessible ParentAccessible) |
creates the root of the Accessibility object tree for the tool panel More... | |
Public Attributes | |
::com::sun::star::awt::XWindow | Window |
provides access to the tool panel's main window. More... | |
describes the basic interface to be implemented by a tool panel
::com::sun::star::accessibility::XAccessible createAccessible | ( | [in] ::com::sun::star::accessibility::XAccessible | ParentAccessible | ) |
creates the root of the Accessibility object tree for the tool panel
ParentAccessible | the parent object in the Accessibility object tree |
|
attributereadonly |
provides access to the tool panel's main window.
It is allowed for an implementation to return NULL
here, but in this case some functionality, for instance automatic positioning of the tool panel, might not be available, and must be implemented by the tool panel itself.