Methods
C
F
G
Constants
TkCommandNames = ['::iwidgets::fileselectiondialog'.freeze].freeze
 
WidgetClassName = 'Fileselectiondialog'.freeze
 
Instance Public methods
child_site()
# File ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb, line 21
def child_site
  window(tk_call(@path, 'childsite'))
end
filter()
# File ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb, line 25
def filter
  tk_call(@path, 'filter')
  self
end
get()
# File ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb, line 30
def get
  tk_call(@path, 'get')
end