Codebase list ruby-fxruby / run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/main rdoc-sources / FXShell.rb
run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/main

Tree @run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/main (Download .tar.gz)

FXShell.rb @run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/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