|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <stdio.h>#include <FL/Fl.H>#include <FL/Fl_Tabs.H>#include <FL/fl_draw.H>#include <FL/Fl_Tooltip.H>
Go to the source code of this file.
Defines | |
| #define | BORDER 2 |
| #define | EXTRASPACE 10 |
| #define | SELECTION_BORDER 5 |
Enumerations | |
| enum | { LEFT, RIGHT, SELECTED } |
| #define BORDER 2 |
Definition at line 41 of file Fl_Tabs.cxx.
Referenced by Fl_Tabs::client_area().
| #define EXTRASPACE 10 |
Definition at line 42 of file Fl_Tabs.cxx.
| #define SELECTION_BORDER 5 |
Definition at line 43 of file Fl_Tabs.cxx.
Referenced by Fl_Tabs::draw().
| anonymous enum |
Definition at line 315 of file Fl_Tabs.cxx.