Codebase list ruby-fxruby / cb63f682-3105-405b-b98d-adc5549605be/main rdoc-sources / FXShell.rb
cb63f682-3105-405b-b98d-adc5549605be/main

Tree @cb63f682-3105-405b-b98d-adc5549605be/main (Download .tar.gz)

FXShell.rb @cb63f682-3105-405b-b98d-adc5549605be/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