Return true if this window (self) comes before sibling window other.
true
Returns:
332 333 334
# File 'lib/fox16/core.rb', line 332 def before?(other) FXWindow.before?(other) end