Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tk/texttag.rb

Methods

Class/Module Index [+]

Quicksearch

TktTagSel

Public Class Methods

new(parent, *args) click to toggle source
 
               # File tk/lib/tk/texttag.rb, line 317
def self.new(parent, *args)
  super(parent, 'sel', *args)
end