class Tk::Iwidgets::Finddialog

Constants

TkCommandNames
WidgetClassName

Public Instance Methods

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