Codebase list ruby-fxruby / e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main rdoc-sources / FXShell.rb
e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main

Tree @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main (Download .tar.gz)

FXShell.rb @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/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