LibreOffice Module vcl (master) 1
Classes | Macros
tabctrl.hxx File Reference
#include <config_options.h>
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
Include dependency graph for tabctrl.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TabControl
 

Macros

#define TAB_APPEND   (sal_uInt16(0xFFFF))
 
#define TAB_PAGE_NOTFOUND   (sal_uInt16(0xFFFF))
 
#define TAB_OFFSET   3
 
#define TAB_TABOFFSET_X   3
 
#define TAB_TABOFFSET_Y   3
 
#define TAB_EXTRASPACE_X   6
 
#define TAB_BORDER_LEFT   1
 
#define TAB_BORDER_TOP   1
 
#define TAB_BORDER_RIGHT   2
 
#define TAB_BORDER_BOTTOM   2
 

Macro Definition Documentation

◆ TAB_APPEND

#define TAB_APPEND   (sal_uInt16(0xFFFF))

Definition at line 38 of file tabctrl.hxx.

◆ TAB_BORDER_BOTTOM

#define TAB_BORDER_BOTTOM   2

Definition at line 49 of file tabctrl.hxx.

◆ TAB_BORDER_LEFT

#define TAB_BORDER_LEFT   1

Definition at line 46 of file tabctrl.hxx.

◆ TAB_BORDER_RIGHT

#define TAB_BORDER_RIGHT   2

Definition at line 48 of file tabctrl.hxx.

◆ TAB_BORDER_TOP

#define TAB_BORDER_TOP   1

Definition at line 47 of file tabctrl.hxx.

◆ TAB_EXTRASPACE_X

#define TAB_EXTRASPACE_X   6

Definition at line 45 of file tabctrl.hxx.

◆ TAB_OFFSET

#define TAB_OFFSET   3

Definition at line 42 of file tabctrl.hxx.

◆ TAB_PAGE_NOTFOUND

#define TAB_PAGE_NOTFOUND   (sal_uInt16(0xFFFF))

Definition at line 39 of file tabctrl.hxx.

◆ TAB_TABOFFSET_X

#define TAB_TABOFFSET_X   3

Definition at line 43 of file tabctrl.hxx.

◆ TAB_TABOFFSET_Y

#define TAB_TABOFFSET_Y   3

Definition at line 44 of file tabctrl.hxx.