![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDockHandler.h>

Public Member Functions | |
| virtual bool | canFocus () const |
| void | setHelpText (const FXString &text) |
| const FXString & | getHelpText () const |
| void | setTipText (const FXString &text) |
| const FXString & | getTipText () const |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual bool FX::FXDockHandler::canFocus | ( | ) | const [virtual] |
The grip can receive the focus.
Reimplemented from FX::FXWindow.
Reimplemented in FX::FXToolBarGrip.
| void FX::FXDockHandler::setHelpText | ( | const FXString & | text | ) | [inline] |
Set the status line help text for grip.
| const FXString& FX::FXDockHandler::getHelpText | ( | ) | const [inline] |
Get the status line help text for grip.
| void FX::FXDockHandler::setTipText | ( | const FXString & | text | ) | [inline] |
Set the tool tip message for the grip.
| const FXString& FX::FXDockHandler::getTipText | ( | ) | const [inline] |
Get the tool tip message for the grip.
| virtual void FX::FXDockHandler::save | ( | FXStream & | store | ) | const [virtual] |
Save to stream.
Reimplemented from FX::FXFrame.
Reimplemented in FX::FXDockTitle, and FX::FXToolBarGrip.
| virtual void FX::FXDockHandler::load | ( | FXStream & | store | ) | [virtual] |
Load from stream.
Reimplemented from FX::FXFrame.
Reimplemented in FX::FXDockTitle, and FX::FXToolBarGrip.
|
|