Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

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

Class/Module Index [+]

Quicksearch

Tk::Iwidgets::Fileselectionbox

Public Instance Methods

child_site() click to toggle source
 
               # File tk/lib/tkextlib/iwidgets/fileselectionbox.rb, line 34
def child_site
  window(tk_call(@path, 'childsite'))
end
            
filter() click to toggle source
 
               # File tk/lib/tkextlib/iwidgets/fileselectionbox.rb, line 38
def filter
  tk_call(@path, 'filter')
  self
end
            
get() click to toggle source
 
               # File tk/lib/tkextlib/iwidgets/fileselectionbox.rb, line 43
def get
  tk_call(@path, 'get')
end