summaryrefslogtreecommitdiff
path: root/include/svtools/tabbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/tabbar.hxx')
-rw-r--r--include/svtools/tabbar.hxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index 678981feeb5c..aa2aef2cee27 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -262,9 +262,6 @@ been carried out.
class Button;
-// - WinBits -
-
-
#define WB_RANGESELECT ((WinBits)0x00200000)
#define WB_MULTISELECT ((WinBits)0x00400000)
#define WB_TOPBORDER ((WinBits)0x04000000)
@@ -273,19 +270,10 @@ class Button;
#define WB_INSERTTAB ((WinBits)0x40000000)
#define WB_STDTABBAR WB_BORDER
-
-// - TabBarPageBits -
-
-
typedef sal_uInt16 TabBarPageBits;
-
-// - Bits for TabBarPages -
-
-
#define TPB_SPECIAL ((TabBarPageBits)0x0001)
-
// - TabBar-Types - used in TabBar::AllowRenaming
enum TabBarAllowRenamingReturnCode {
@@ -294,9 +282,6 @@ enum TabBarAllowRenamingReturnCode {
TABBAR_RENAMING_CANCEL
};
-
-// - TabBar -
-
class MouseEvent;
class TrackingEvent;
class DataChangedEvent;
@@ -308,6 +293,7 @@ struct ImplTabBarItem;
struct TabBar_Impl;
typedef std::vector<ImplTabBarItem*> ImplTabBarList;
+
class SVT_DLLPUBLIC TabBar : public vcl::Window
{
friend class ImplTabButton;