2348 2349 2350 2351
# File 'lib/tk.rb', line 2348 def Tk.lower_window(win, below=None) tk_call('lower', _epath(win), _epath(below)) nil end