Codebase list ruby-fxruby / 2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/main rdoc-sources / FXShell.rb
2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/main

Tree @2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/main (Download .tar.gz)

FXShell.rb @2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/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