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.

Events

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.

Methods

new  

Attributes

helpText  [RW]  Status line help text [String]
tipText  [RW]  Tool tip text [String]

Public Class methods

[Validate]