Class: Tk::Iwidgets::Fileselectiondialog (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/iwidgets/fileselectiondialog.rb

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Fileselectiondialog

Public Instance Methods

child_site()
 
               # File tk/lib/tkextlib/iwidgets/fileselectiondialog.rb, line 22
def child_site
  window(tk_call(@path, 'childsite'))
end
            
filter()
 
               # File tk/lib/tkextlib/iwidgets/fileselectiondialog.rb, line 26
def filter
  tk_call(@path, 'filter')
  self
end
            
get()
 
               # File tk/lib/tkextlib/iwidgets/fileselectiondialog.rb, line 31
def get
  tk_call(@path, 'get')
end