class Tk::BLT::Container

Constants

TkCommandNames
WidgetClassName

Public Instance Methods

find_command(pat) click to toggle source
# File 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 lib/tkextlib/blt/container.rb, line 24
def find_name(pat)
  Hash[*simplelist(tk_send_without_enc('find', '-name', pat))]
end

Private Instance Methods

__strval_optkeys() click to toggle source
Calls superclass method TkConfigMethod#__strval_optkeys
# File lib/tkextlib/blt/container.rb, line 15
def __strval_optkeys
  super() << 'name'
end