20module
com { module sun { module star { module drawing { module framework {
UI control for the selection of views in a pane.
Definition XTabBar.idl:40
void addTabBarButtonAfter([in] TabBarButton aButton, [in] TabBarButton aAnchor)
Add a tab bar button to the right of another one.
void appendTabBarButton([in] TabBarButton aButton)
Add a tab bar button at the right most position.
sequence< TabBarButton > getTabBarButtons()
Return a sequence of all the tab bar buttons.
void removeTabBarButton([in] TabBarButton aButton)
Remove a tab bar button.
boolean hasTabBarButton([in] TabBarButton aButton)
Test whether the specified button exists in the tab bar.
Definition Ambiguous.idl:20