class TkArcadiaText

Public Class Methods

new(parent=nil, keys={}) click to toggle source
Calls superclass method
# File lib/a-tkcommons.rb, line 2766
  def initialize(parent=nil, keys={})
    super(parent, keys)
#    self.bind_append("<Copy>"){Arcadia.process_event(CopyTextEvent.new(self));break}
#    self.bind_append("<Cut>"){Arcadia.process_event(CutTextEvent.new(self));break}
#    self.bind_append("<Paste>"){Arcadia.process_event(PasteTextEvent.new(self));break}
#    self.bind_append("<Undo>"){Arcadia.process_event(UndoTextEvent.new(self));break}
#    self.bind_append("<Redo>"){Arcadia.process_event(RedoTextEvent.new(self));break}
  end