Codebase list ruby-fxruby / run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream rdoc-sources / FXShell.rb
run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream

Tree @run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstream (Download .tar.gz)

FXShell.rb @run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/upstreamraw · history · blame

1
2
3
4
5
6
7
8
module Fox
  #
  # The Shell widget is used as the base class for top level windows, i.e.
  # windows which are direct children of the root window.
  #
  class FXShell < FXComposite
  end
end