Skip to content
Snippets Groups Projects
FXRootWindow.rb 315 B
Newer Older
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