Codebase list ruby-fxruby / 535a3c46-c07e-41f1-b157-2ba06beb8249/main rdoc-sources / FXShell.rb
535a3c46-c07e-41f1-b157-2ba06beb8249/main

Tree @535a3c46-c07e-41f1-b157-2ba06beb8249/main (Download .tar.gz)

FXShell.rb @535a3c46-c07e-41f1-b157-2ba06beb8249/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