LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>
#include <vcl/toolkit/treelistbox.hxx>
#include <vcl/accessibletableprovider.hxx>
#include <tools/debug.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | SvTabListBox |
class | SvHeaderTabListBox |
Namespaces | |
namespace | vcl |
Enumerations | |
enum class | SvTabJustify { AdjustRight = static_cast<int>(SvLBoxTabFlags::ADJUST_RIGHT) , AdjustLeft = static_cast<int>(SvLBoxTabFlags::ADJUST_LEFT) , AdjustCenter = static_cast<int>(SvLBoxTabFlags::ADJUST_CENTER) } |
|
strong |
Enumerator | |
---|---|
AdjustRight | |
AdjustLeft | |
AdjustCenter |
Definition at line 35 of file svtabbx.hxx.