Methods


MO_dumpResponderChain:
Logs the responder chains of the key and main windows, starting from their firstResponders.
MO_dumpKeyLoops:
Logs the key loops of the key and main windows, starting from their initialFirstResponders.

MO_dumpKeyLoops:

Logs the key loops of the key and main windows, starting from their initialFirstResponders.
- ( IBAction ) MO_dumpKeyLoops:
        (id ) sender;

Logs the key loops of the key and main windows, starting from their initialFirstResponders. This can be wired to a debug menu command. It just calls the function MODumpKeyLoops().

Parameter Descriptions
sender
The sender, unused.

MO_dumpResponderChain:

Logs the responder chains of the key and main windows, starting from their firstResponders.
- ( IBAction ) MO_dumpResponderChain:
        (id ) sender;

Logs the responder chains of the key and main windows, starting from their firstResponders. This can be wired to a debug menu command. It just calls the function MODumpResponderChain().

Parameter Descriptions
sender
The sender, unused.

(Last Updated 3/20/2005)