In Files

  • tk/lib/tkextlib/blt/container.rb

Class/Module Index [+]

Quicksearch

Tk::BLT::Container

Public Instance Methods

find_command(pat) click to toggle source
 
               # File tk/lib/tkextlib/blt/container.rb, line 20
def find_command(pat)
  Hash[*simplelist(tk_send_without_enc('find', '-command', pat))]
end
            
find_name(pat) click to toggle source
 
               # File tk/lib/tkextlib/blt/container.rb, line 24
def find_name(pat)
  Hash[*simplelist(tk_send_without_enc('find', '-name', pat))]
end