Method: Fox::FXWindow#after?

Defined in:
lib/fox16/core.rb

#after?(other) ⇒ Boolean

Return true if this window (self) comes after sibling window other,

Returns:

  • (Boolean)


337
338
339
# File 'lib/fox16/core.rb', line 337

def after?(other)
  FXWindow.after?(other)
end