Codebase list ruby-fxruby / 9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream rdoc-sources / FXShell.rb
9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream

Tree @9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream (Download .tar.gz)

FXShell.rb @9f4456fc-32ad-43a9-a608-20ce7e4383cd/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