Sha256: 57c13538500d0853e54a4db5bf3d82be6cabaccfd20b1c2289a8ab7b6332f874
Contents?: true
Size: 297 Bytes
Versions: 94
Compression:
Stored size: 297 Bytes
Contents
module Fox # # Font selection dialog # class FXFontDialog < FXDialogBox # Current font selection {FXFontDesc} attr_accessor :fontSelection # Return an initialized FXFontDialog instance. def initialize(owner, name, opts=0, x=0, y=0, width=600, height=380); end end end
Version data entries
94 entries across 94 versions & 1 rubygems