Codebase list ruby-fxruby / 6ec70d3b-2477-47ba-8425-1c87fab0116a/upstream rdoc-sources / FXShell.rb
6ec70d3b-2477-47ba-8425-1c87fab0116a/upstream

Tree @6ec70d3b-2477-47ba-8425-1c87fab0116a/upstream (Download .tar.gz)

FXShell.rb @6ec70d3b-2477-47ba-8425-1c87fab0116a/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