Sha256: d31adc0319c13f4afe3a43f07f9e153b6f1ce2166cf74354ba496fce0f748077
Contents?: true
Size: 288 Bytes
Versions: 18
Compression:
Stored size: 288 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, w=600, h=380); end end end
Version data entries
18 entries across 18 versions & 1 rubygems