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 {
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:55
An extension of the XPane interface that adds support for a) showing and hiding the windows that inte...
Definition: XPane2.idl:33
void setVisible([in] boolean bIsVisible)
Hide or show the pane.
boolean isVisible()
Return whether all windows that are used to implement the pane are visible.
::com::sun::star::accessibility::XAccessible getAccessible()
Return the accessibility object that is currently associated with the windows that implement the pane...
void setAccessible([in] ::com::sun::star::accessibility::XAccessible xAccessible)
Set the accessibility object for the pane.
Definition: Ambiguous.idl:22