LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_drawing_framework_XPane2_idl__
21 #define __com_sun_star_drawing_framework_XPane2_idl__
25 module
com { module sun { module star { module drawing { module framework {
boolean isVisible()
Return whether all windows that are used to implement the pane are visible.
An extension of the XPane interface that adds support for a) showing and hiding the windows that inte...
Definition: XPane2.idl:33
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:55
::com::sun::star::accessibility::XAccessible getAccessible()
Return the accessibility object that is currently associated with the windows that implement the pane...
void setVisible([in] boolean bIsVisible)
Hide or show the pane.
Definition: Ambiguous.idl:22
void setAccessible([in] ::com::sun::star::accessibility::XAccessible xAccessible)
Set the accessibility object for the pane.