Methods
C
F
Constants
TkCommandNames = ['::iwidgets::finddialog'.freeze].freeze
 
WidgetClassName = 'Finddialog'.freeze
 
Instance Public methods
clear()
# File ext/tk/lib/tkextlib/iwidgets/finddialog.rb, line 35
def clear
  tk_call(@path, 'clear')
  self
end
find()
# File ext/tk/lib/tkextlib/iwidgets/finddialog.rb, line 40
def find
  tk_call(@path, 'find')
end