Codebase list ruby-fxruby / aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/main rdoc-sources / FXShell.rb
aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/main

Tree @aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/main (Download .tar.gz)

FXShell.rb @aa8fb3b5-a9a3-46d2-9f41-e309dcc81971/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