Return true if this window (self) comes after sibling window other,
true
Returns:
337 338 339
# File 'lib/fox16/core.rb', line 337 def after?(other) FXWindow.after?(other) end