Sha256: 6a4c791425810e1eb56793abdbfccf55188722e0ffcf64b445d92901b216d408
Contents?: true
Size: 315 Bytes
Versions: 61
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
61 entries across 61 versions & 2 rubygems