Codebase list ruby-fxruby / dad1d7ef-526a-41a7-9b7b-2700e94594cf/upstream rdoc-sources / FXRootWindow.rb
dad1d7ef-526a-41a7-9b7b-2700e94594cf/upstream

Tree @dad1d7ef-526a-41a7-9b7b-2700e94594cf/upstream (Download .tar.gz)

FXRootWindow.rb @dad1d7ef-526a-41a7-9b7b-2700e94594cf/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