module Tk::Raise
Change a window's position in the stacking order
FIXME: this will shadow Kernel#raise, alternatives?
Public Instance Methods
raise(above = None)
click to toggle source
# File lib/ffi-tk/command/raise.rb, line 7 def raise(above = None) Raise.raise(self, above) end