Class Fox::FXPseudoTarget |
|
FXPseudoTarget instances act as the message target for any widgets that elect to use the connect method to map certain message types to blocks.
Methods |
Included modules |
Public Class methods |
new() |
Returns an initialized FXPseudoTarget object.
Public Instance methods |
pconnect(messageType, callableObject, block) |
Store an association between a message of type messageType with a callable object or a block.
onHandleMsg(sender, sel, ptr) |
Handle a message from sender, with selector sel and message data ptr.