JX Application Framework
|
#include "JXTabGroup.h"
#include "JXCardFile.h"
#include "JXTextMenu.h"
#include "JXDisplay.h"
#include "JXWindow.h"
#include "JXWindowPainter.h"
#include "jXPainterUtil.h"
#include "JXUrgentFunctionTask.h"
#include "JXFontManager.h"
#include "JXColorManager.h"
#include "JXImage.h"
#include "JXImageCache.h"
#include "jXGlobals.h"
#include <jx-af/jcore/jStreamUtil.h>
#include <jx-af/jcore/jTime.h>
#include <jx-af/jcore/jAssert.h>
#include "jx_tab_close.xpm"
#include "jx_tab_close_pushed.xpm"
Macros | |
#define | kShowTopAction "ShowTop::JXTabGroup" |
#define | kShowBottomAction "ShowBottom::JXTabGroup" |
#define | kShowLeftAction "ShowLeft::JXTabGroup" |
#define | kShowRightAction "ShowRight::JXTabGroup" |
Enumerations | |
enum | { kContextTopCmd = 1 , kContextBottomCmd , kContextLeftCmd , kContextRightCmd } |
Variables | |
const JCoordinate | kBorderWidth = kJXDefaultBorderWidth |
const JCoordinate | kTextMargin = 4 |
const JCoordinate | kSelMargin = 2 |
const JCoordinate | kArrowWidth = 15 |
const JCoordinate | kCloseMarginWidth = 5 |
const JFloat | kInitialScrollDelay = 0.2 |
const JFloat | kContinuousScrollDelay = 0.05 |
const JSize | kSelGrayPercentage = 70 |
const JFileVersion | kCurrentSetupVersion = 0 |
const JUtf8Byte | kSetupDataEndDelimiter = '\1' |
#define kShowBottomAction "ShowBottom::JXTabGroup" |
#define kShowLeftAction "ShowLeft::JXTabGroup" |
#define kShowRightAction "ShowRight::JXTabGroup" |
#define kShowTopAction "ShowTop::JXTabGroup" |
const JCoordinate kArrowWidth = 15 |
const JCoordinate kBorderWidth = kJXDefaultBorderWidth |
const JCoordinate kCloseMarginWidth = 5 |
const JFloat kContinuousScrollDelay = 0.05 |
const JFileVersion kCurrentSetupVersion = 0 |
const JFloat kInitialScrollDelay = 0.2 |
const JSize kSelGrayPercentage = 70 |
const JCoordinate kSelMargin = 2 |
const JUtf8Byte kSetupDataEndDelimiter = '\1' |
const JCoordinate kTextMargin = 4 |