Codebase list ruby-fxruby / ddfc60e rdoc-sources / FXShell.rb
ddfc60e

Tree @ddfc60e (Download .tar.gz)

FXShell.rb @ddfc60eraw · 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