class Tk::Iwidgets::Extfileselectionbox
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
child_site()
click to toggle source
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 34 def child_site window(tk_call(@path, 'childsite')) end
filter()
click to toggle source
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 38 def filter tk_call(@path, 'filter') self end
get()
click to toggle source
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 43 def get tk_call(@path, 'get') end
Private Instance Methods
__boolval_optkeys()
click to toggle source
Calls superclass method
TkConfigMethod#__boolval_optkeys
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 29 def __boolval_optkeys super() + ['dirson', 'fileson', 'filteron', 'selectionon'] end
__strval_optkeys()
click to toggle source
Calls superclass method
TkConfigMethod#__strval_optkeys
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 21 def __strval_optkeys super() + [ 'dirslabel', 'fileslabel', 'filterlabel', 'mask', 'nomatchstring', 'selectionlabel' ] end