class Tk::Iwidgets::Finddialog
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/finddialog.rb, line 35 def clear tk_call(@path, 'clear') self end
Source
# File lib/tkextlib/iwidgets/finddialog.rb, line 40 def find tk_call(@path, 'find') end
Private Instance Methods
Source
# File lib/tkextlib/iwidgets/finddialog.rb, line 22 def __strval_optkeys super() + [ 'patternbackground', 'patternforeground', 'searchbackground', 'searchforeground' ] end
Calls superclass method
Tk::Itk::Toplevel#__strval_optkeys
Source
# File lib/tkextlib/iwidgets/finddialog.rb, line 30 def __val2ruby_optkeys # { key=>proc, ... } super().update('textwidget'=>proc{|v| window(v)}) end
Calls superclass method
TkConfigMethod#__val2ruby_optkeys