Sha256: c81faa750cf732cc409362733fc23584219c706bd475102986b5435fb5267f19
Contents?: true
Size: 587 Bytes
Versions: 6
Compression:
Stored size: 587 Bytes
Contents
module Fox # # A debug target prints out every message it receives. # To use it, simply make the FXDebugTarget a target of the widget # whose messages you want to see. # class FXDebugTarget < FXObject # # Returns an array of strings containing the names of the message types. # So, for example, # # puts FXDebugTarget.messageTypeName[SEL_COMMAND] # # should print the text "SEL_COMMAND". # def FXDebugTarget.messageTypeName ; end # # Construct a debug target. # def initialize # :yields: theDebugTarget end end end
Version data entries
6 entries across 6 versions & 1 rubygems