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 34
def clear
  tk_call(@path, 'clear')
  self
end
find()
# File ext/tk/lib/tkextlib/iwidgets/finddialog.rb, line 39
def find
  tk_call(@path, 'find')
end