module Tk::Lower
Change a window's position in the stacking order
Public Instance Methods
lower(below = None)
click to toggle source
# File lib/ffi-tk/command/lower.rb, line 5 def lower(below = None) Lower.lower(self, below) end