Codebase list ruby-fxruby / 93835c4b-938d-4114-ab21-d39bd60bacb4/upstream rdoc-sources / FXShell.rb
93835c4b-938d-4114-ab21-d39bd60bacb4/upstream

Tree @93835c4b-938d-4114-ab21-d39bd60bacb4/upstream (Download .tar.gz)

FXShell.rb @93835c4b-938d-4114-ab21-d39bd60bacb4/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