Sha256: 455c50556ce26fbfab1c74189f403e4a2b18073f0422542083a3862ae5972308
Contents?: true
Size: 297 Bytes
Versions: 43
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
43 entries across 43 versions & 2 rubygems