Codebase list ruby-fxruby / 40768d70-2f6c-426c-9ba3-c4f02433a71b/main rdoc-sources / FXShell.rb
40768d70-2f6c-426c-9ba3-c4f02433a71b/main

Tree @40768d70-2f6c-426c-9ba3-c4f02433a71b/main (Download .tar.gz)

FXShell.rb @40768d70-2f6c-426c-9ba3-c4f02433a71b/mainraw · 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