Codebase list ruby-fxruby / 26d430eb-818e-465d-b650-12ea01565136/main rdoc-sources / FXShell.rb
26d430eb-818e-465d-b650-12ea01565136/main

Tree @26d430eb-818e-465d-b650-12ea01565136/main (Download .tar.gz)

FXShell.rb @26d430eb-818e-465d-b650-12ea01565136/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