class Tk::BLT::Container
Constants
- TkCommandNames
- WidgetClassName
Public Instance Methods
Source
# File lib/tkextlib/blt/container.rb, line 21 def find_command(pat) Hash[*simplelist(tk_send_without_enc('find', '-command', pat))] end
Source
# File lib/tkextlib/blt/container.rb, line 25 def find_name(pat) Hash[*simplelist(tk_send_without_enc('find', '-name', pat))] end
Private Instance Methods
Source
# File lib/tkextlib/blt/container.rb, line 16 def __strval_optkeys super() << 'name' end
Calls superclass method
TkConfigMethod#__strval_optkeys