Lines Matching refs:tab
26 #include <com/sun/star/awt/tab/XTabPageContainerListener.idl>
27 #include <com/sun/star/awt/tab/XTabPage.idl>
30 module com { module sun { module star { module awt { module tab {
34 /** An interface to a control that displays tab pages.
42 /** Returns the number of tab pages.
44 the number of tab pages.
50 /** Checks whether a tab page is activated.
52 the tab page to be checked.
54 <TRUE/> if tab page is activated, else <FALSE/>.
60 /** Returns tab page for the given index.
62 tabPageIndex - index of the tab page in the IndexContainer.
64 tab page which has tabPageIndex.
70 /** Returns tab page for the given ID.
72 tabPageID - ID of the tab page.
74 tab page which has tabPageID.
81 the tab page was activated.
96 /** Specifies the ID of the current active tab page.