In Files

  • tk/lib/tkextlib/iwidgets/finddialog.rb

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Finddialog

Public Instance Methods

clear() click to toggle source
 
               # File tk/lib/tkextlib/iwidgets/finddialog.rb, line 34
def clear
  tk_call(@path, 'clear')
  self
end
            
find() click to toggle source
 
               # File tk/lib/tkextlib/iwidgets/finddialog.rb, line 39
def find
  tk_call(@path, 'find')
end