[Source]
# File tk/lib/tk/texttag.rb, line 276 def self.new(parent, *args) super(parent, 'sel', *args) end
[Validate]