Class Fox::FXPseudoTarget
In: lib/fox12/responder2.rb
Parent: FXObject

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

new   onHandleMsg   pconnect  

Included Modules

Responder

Public Class methods

Returns an initialized FXPseudoTarget object.

Public Instance methods

Handle a message from sender, with selector sel and message data ptr.

Store an association between a message of type messageType with a callable object or a block.

[Validate]