Codebase list ruby-fxruby / 8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream rdoc-sources / FXShell.rb
8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream

Tree @8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream (Download .tar.gz)

FXShell.rb @8c92b4fc-47dd-41e6-9b2a-451e389a318c/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