Source: show
# File ext/tk/lib/tkextlib/iwidgets/finddialog.rb, line 34 def clear tk_call(@path, 'clear') self end
# File ext/tk/lib/tkextlib/iwidgets/finddialog.rb, line 39 def find tk_call(@path, 'find') end