Codebase list ruby-fxruby / run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main rdoc-sources / FXRootWindow.rb
run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main

Tree @run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main (Download .tar.gz)

FXRootWindow.rb @run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/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