Codebase list ruby-fxruby / e8e49954-00b3-4b1b-807c-1cea6052cec7/main rdoc-sources / FXShell.rb
e8e49954-00b3-4b1b-807c-1cea6052cec7/main

Tree @e8e49954-00b3-4b1b-807c-1cea6052cec7/main (Download .tar.gz)

FXShell.rb @e8e49954-00b3-4b1b-807c-1cea6052cec7/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