Methods
F
Constants
TkCommandNames = ['::blt::container'.freeze].freeze
 
WidgetClassName = 'Container'.freeze
 
Instance Public methods
find_command(pat)
# File ext/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)
# File ext/tk/lib/tkextlib/blt/container.rb, line 24
def find_name(pat)
  Hash[*simplelist(tk_send_without_enc('find', '-name', pat))]
end