36 TOOLTIP_PERMANENT = 0x00020000,
37 TOOLTIP_VARIABLE = 0x00040000,
52 virtual FXbool doesOverrideRedirect()
const;
53 void place(FXint x,FXint y);
59 virtual const void* GetClass()
const;
62 long onPaint(
FXObject*,FXSelector,
void*);
63 long onUpdate(
FXObject*,FXSelector,
void*);
64 long onTipShow(
FXObject*,FXSelector,
void*);
65 long onTipHide(
FXObject*,FXSelector,
void*);
66 long onCmdGetStringValue(
FXObject*,FXSelector,
void*);
67 long onCmdSetStringValue(
FXObject*,FXSelector,
void*);
70 ID_TIP_SHOW=FXShell::ID_LAST,
77 FXToolTip(
FXApp* a,FXuint opts=TOOLTIP_NORMAL,FXint x=0,FXint y=0,FXint w=0,FXint h=0);
80 virtual void create();
83 virtual void detach();
89 virtual FXint getDefaultWidth();
92 virtual FXint getDefaultHeight();
101 void setFont(
FXFont *fnt);
110 void setTextColor(FXColor clr);
112 virtual FXbool doesSaveUnder()
const;
115 virtual void save(
FXStream& store)
const;
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
The Shell widget is used as the base class for top level windows, i.e.
Definition: FXShell.h:35
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
Font class.
Definition: FXFont.h:137
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42