Sha256: 7a2ccf1b894ec07c0d23409fefd942a1d7e8b85942e63ef685df7b28505c133d
Contents?: true
Size: 315 Bytes
Versions: 94
Compression:
Stored size: 315 Bytes
Contents
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
Version data entries
94 entries across 94 versions & 1 rubygems