Codebase list ruby-fxruby / master rdoc-sources / FXRootWindow.rb
master

Tree @master (Download .tar.gz)

FXRootWindow.rb @masterraw · history · blame

module Fox
  #
  # Root window
  #
  class FXRootWindow < FXComposite
    #
    # Return an initialized FXRootWindow instance.
    #
    # ==== Parameters:
    #
    # +a+:: an application instance {FXApp}
    # +vis+:: a visual {FXVisual}
    #
    def initialize(a, vis) # :yield: theRootWindow
    end
  end
end