Codebase list ruby-fxruby / af19cafc-e8a1-410a-81b9-8a472bff0ce9/main rdoc-sources / FXShell.rb
af19cafc-e8a1-410a-81b9-8a472bff0ce9/main

Tree @af19cafc-e8a1-410a-81b9-8a472bff0ce9/main (Download .tar.gz)

FXShell.rb @af19cafc-e8a1-410a-81b9-8a472bff0ce9/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