LibreOffice
LibreOffice 25.8 SDK API Reference
|
An extension of the XPane interface that adds support for showing and hiding the windows that internally belong to the pane. More...
import "XPane2.idl";
Public Member Functions | |
boolean | isVisible () |
Return whether all windows that are used to implement the pane are visible. | |
void | setVisible ([in] boolean bIsVisible) |
Hide or show the pane. |
An extension of the XPane interface that adds support for showing and hiding the windows that internally belong to the pane.
This is typically an optional interface.
boolean isVisible | ( | ) |
Return whether all windows that are used to implement the pane are visible.
void setVisible | ( | [in] boolean | bIsVisible | ) |
Hide or show the pane.
If there is more than one window used to implement the pane then it is left to the implementation if one, some, or all windows are hidden or shown as long as the pane becomes hidden or visible.
bIsVisible | When TRUE then show the pane. Hide it otherwise. |