class Tk::Iwidgets::Extfileselectionbox
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 35 def child_site window(tk_call(@path, 'childsite')) end
Source
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 39 def filter tk_call(@path, 'filter') self end
Source
# File lib/tkextlib/iwidgets/extfileselectionbox.rb, line 44 def get tk_call(@path, 'get') end