Codebase list ruby-fxruby / fd7d4c5a-2c04-484d-9192-0f7e40674420/main rdoc-sources / FXShell.rb
fd7d4c5a-2c04-484d-9192-0f7e40674420/main

Tree @fd7d4c5a-2c04-484d-9192-0f7e40674420/main (Download .tar.gz)

FXShell.rb @fd7d4c5a-2c04-484d-9192-0f7e40674420/mainraw · 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