Codebase list ruby-fxruby / a7648430-de30-43e3-bfa2-62f1cace7689/upstream rdoc-sources / FXRootWindow.rb
a7648430-de30-43e3-bfa2-62f1cace7689/upstream

Tree @a7648430-de30-43e3-bfa2-62f1cace7689/upstream (Download .tar.gz)

FXRootWindow.rb @a7648430-de30-43e3-bfa2-62f1cace7689/upstreamraw · 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