Codebase list ruby-fxruby / e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main rdoc-sources / FXRootWindow.rb
e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main

Tree @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main (Download .tar.gz)

FXRootWindow.rb @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/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