2472 2473 2474 2475
# File 'lib/tk.rb', line 2472 def Tk.lower_window(win, below=None) tk_call('lower', _epath(win), _epath(below)) nil end