Codebase list ruby-fxruby / 4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXShell.rb
4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a

Tree @4aa9b762-28ad-43f6-adae-3737db5bded3/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXShell.rb @4aa9b762-28ad-43f6-adae-3737db5bded3/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