# # tktext.rb - Tk text classes # $Date: 1995/12/07 08:37:10 $ # by Yukihiro Matsumoto require 'tk.rb' class TkText", id @t._addcmd cmd end def lower(below=None) tk_call @t.path, 'tag', 'lower', below end def destroy tk_call @t.path, 'tag', 'delete', @id end end class TkTextMark