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

In Files

  • tk/lib/tkextlib/bwidget/entry.rb

Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Tk::BWidget::Entry

Public Instance Methods

invoke() click to toggle source
 
               # File tk/lib/tkextlib/bwidget/entry.rb, line 39
def invoke
  tk_send_without_enc('invoke')
  self
end