Codebase list ruby-fxruby / run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/main rdoc-sources / FXRootWindow.rb
run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/main

Tree @run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/main (Download .tar.gz)

FXRootWindow.rb @run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/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