Codebase list ruby-fxruby / 3c39bf01-b30a-4245-bc01-9be0db82f506/main rdoc-sources / FXRootWindow.rb
3c39bf01-b30a-4245-bc01-9be0db82f506/main

Tree @3c39bf01-b30a-4245-bc01-9be0db82f506/main (Download .tar.gz)

FXRootWindow.rb @3c39bf01-b30a-4245-bc01-9be0db82f506/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