Codebase list ruby-fxruby / 42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXShell.rb
42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream/1.6.45+git20221125.1.7d76b2a

Tree @42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXShell.rb @42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream/1.6.45+git20221125.1.7d76b2araw · 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