Method: TkWindow#pack_slaves
- Defined in:
- lib/tk.rb
#pack_slaves ⇒ Object
5211 5212 5213 5214 |
# File 'lib/tk.rb', line 5211 def pack_slaves() #list(tk_call('pack', 'slaves', epath)) TkPack.slaves(self) end |
5211 5212 5213 5214 |
# File 'lib/tk.rb', line 5211 def pack_slaves() #list(tk_call('pack', 'slaves', epath)) TkPack.slaves(self) end |