Class | Fox::FXDockHandler |
In: |
rdoc-sources/FXDockHandler.rb
|
Parent: | FXFrame |
The dock handler exists as a common base class for tool bar grip and dock title.
The following messages are sent by FXDockHandler to its target:
SEL_KEYPRESS: | sent when a key goes down; the message data is an FXEvent instance. |
SEL_KEYRELEASE: | sent when a key goes up; the message data is an FXEvent instance. |
helpText | [RW] | Status line help text [String] |
tipText | [RW] | Tool tip text [String] |
Return an initialized FXDockHandler instance.