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.



2448
2449
2450
2451
2452
2453
2454
# File 'ext/ae-editor/ae-editor.rb', line 2448

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