Codebase list ruby-fxruby / 26d430eb-818e-465d-b650-12ea01565136/main rdoc-sources / FXRootWindow.rb
26d430eb-818e-465d-b650-12ea01565136/main

Tree @26d430eb-818e-465d-b650-12ea01565136/main (Download .tar.gz)

FXRootWindow.rb @26d430eb-818e-465d-b650-12ea01565136/mainraw · 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