27 #ifndef FXDOCKHANDLER_H
58 FXDockTitle(
FXComposite* p,
const FXString& text,
FXObject* tgt=
NULL,
FXSelector sel=0,
FXuint opts=
FRAME_NORMAL|
JUSTIFY_CENTER_X|
JUSTIFY_CENTER_Y,
FXint x=0,
FXint y=0,
FXint w=0,
FXint h=0,
FXint pl=0,
FXint pr=0,
FXint pt=0,
FXint pb=0);
61 virtual void create();
64 virtual void detach();
67 virtual FXint getDefaultWidth();
70 virtual FXint getDefaultHeight();
76 FXString getCaption()
const {
return caption; }
82 FXFont* getFont()
const {
return font; }
85 FXColor getCaptionColor()
const {
return captionColor; }
88 void setCaptionColor(
FXColor clr);
91 void setJustify(
FXuint mode);
97 virtual void save(FXStream& store)
const;
100 virtual void load(FXStream& store);
103 virtual ~FXDockTitle();
Contents centered horizontally.
Definition: FXFrame.h:40
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
Base composite.
Definition: FXComposite.h:35
#define NULL
Definition: fxdefs.h:41
FXuint FXColor
Definition: fxdefs.h:454
A dock title is used to move its container, a dock bar.
Definition: FXDockTitle.h:39
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:397
Regular raised/thick border.
Definition: FXWindow.h:82
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
Font class.
Definition: FXFont.h:142
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
The dock handler exists as a common base class for tool bar grip and dock title.
Definition: FXDockHandler.h:38
Contents centered vertically.
Definition: FXFrame.h:44
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33