Class: KetTest

Inherits:
Object
  • Object
show all
Defined in:
ext/ae-editor/ae-editor.rb

Instance Method Summary collapse

Constructor Details

#initializeKetTest

Returns a new instance of KetTest.



2183
2184
2185
2186
2187
2188
2189
# File 'ext/ae-editor/ae-editor.rb', line 2183

def initialize
  kt = KeyTestView.new
  kt.ttest.bind("KeyPress"){|e|
    kt.ttest.insert('end'," [ "+e.keysym+" ] ")
    break
  }
end