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

In Files

  • tk/lib/tk/textmark.rb

Methods

Class/Module Index [+]

Quicksearch

TktMarkAnchor

Public Class Methods

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