24 #ifndef FXDOCKHANDLER_H
25 #define FXDOCKHANDLER_H
63 FXDockHandler(
FXComposite* p,
FXObject* tgt,
FXSelector sel,
FXuint opts,
FXint x,
FXint y,
FXint w,
FXint h,
FXint pl,
FXint pr,
FXint pt,
FXint pb);
67 virtual bool canFocus()
const;
70 void setHelpText(
const FXString& text){ help=text; }
73 const FXString& getHelpText()
const {
return help; }
76 void setTipText(
const FXString& text){ tip=text; }
79 const FXString& getTipText()
const {
return tip; }
82 virtual void save(FXStream& store)
const;
85 virtual void load(FXStream& store);
unsigned long FXID
Definition: fxdefs.h:435
The Frame widget provides borders around some contents.
Definition: FXFrame.h:73
unsigned int FXuint
Definition: fxdefs.h:389
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
#define FXDECLARE_ABSTRACT(classname)
Macro to set up abstract class declaration.
Definition: FXObject.h:114
Base composite.
Definition: FXComposite.h:35
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
The dock handler exists as a common base class for tool bar grip and dock title.
Definition: FXDockHandler.h:38
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33