Codebase list ruby-fxruby / run/69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream rdoc-sources / FXShell.rb
run/69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream

Tree @run/69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream (Download .tar.gz)

FXShell.rb @run/69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/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