Codebase list ruby-fxruby / run/99106367-7b22-459c-852e-340b299c9f5f/main rdoc-sources / FXShell.rb
run/99106367-7b22-459c-852e-340b299c9f5f/main

Tree @run/99106367-7b22-459c-852e-340b299c9f5f/main (Download .tar.gz)

FXShell.rb @run/99106367-7b22-459c-852e-340b299c9f5f/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