Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXToolTip.h>
Inheritance diagram for FX::FXToolTip:
Public Member Functions | |
FXToolTip (FXApp *a, FXuint opts=TOOLTIP_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
virtual void | create () |
virtual void | detach () |
virtual void | show () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setText (const FXString &text) |
FXString | getText () const |
void | setFont (FXFont *fnt) |
FXFont * | getFont () const |
FXColor | getTextColor () const |
void | setTextColor (FXColor clr) |
virtual bool | doesSaveUnder () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXToolTip () |
See also:
|
Construct a tool tip.
|
|
Destructor.
|
|
Create server-side resources.
Reimplemented from FX::FXShell. |
|
Detach server-side resources.
Reimplemented from FX::FXComposite. |
|
Display the tip.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXComposite. |
|
Return default height.
Reimplemented from FX::FXComposite. |
|
Set the text for this tip.
|
|
Get the text for this tip.
|
|
Set the tip text font.
|
|
Get the tip text font.
|
|
Get the current tip text color.
|
|
Set the current tip text color.
|
|
Reimplemented from FX::FXWindow. |
|
Save tip to a stream.
Reimplemented from FX::FXWindow. |
|
Load tip from a stream.
Reimplemented from FX::FXWindow. |
Copyright © 1997-2005 Jeroen van der Zijp |