![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
The dock handler exists as a common base class for tool bar grip and dock title. More...
#include <FXDockHandler.h>
Public Member Functions | |
| long | onLeftBtnPress (FXObject *, FXSelector, void *) |
| long | onLeftBtnRelease (FXObject *, FXSelector, void *) |
| long | onMotion (FXObject *, FXSelector, void *) |
| long | onKeyPress (FXObject *, FXSelector, void *) |
| long | onKeyRelease (FXObject *, FXSelector, void *) |
| long | onQueryTip (FXObject *, FXSelector, void *) |
| long | onQueryHelp (FXObject *, FXSelector, void *) |
| long | onCmdSetTip (FXObject *, FXSelector, void *) |
| long | onCmdGetTip (FXObject *, FXSelector, void *) |
| long | onCmdSetHelp (FXObject *, FXSelector, void *) |
| long | onCmdGetHelp (FXObject *, FXSelector, void *) |
| virtual FXbool | canFocus () const |
| The grip can receive the focus. | |
| void | setHelpText (const FXString &text) |
| Set the status line help text for grip. | |
| const FXString & | getHelpText () const |
| Get the status line help text for grip. | |
| void | setTipText (const FXString &text) |
| Set the tool tip message for the grip. | |
| const FXString & | getTipText () const |
| Get the tool tip message for the grip. | |
| virtual void | save (FXStream &store) const |
| Save to stream. | |
| virtual void | load (FXStream &store) |
| Load from stream. | |
Protected Member Functions | |
| 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) | |
Protected Attributes | |
| FXString | tip |
| FXString | help |
The dock handler exists as a common base class for tool bar grip and dock title.
|
|