Sha256: c7851de9895261243b2e300d04f600e05e7a74e3f92af8cc00e6e9ecd985cf5c
Contents?: true
Size: 728 Bytes
Versions: 18
Compression:
Stored size: 728 Bytes
Contents
module Fox # # Font selection widget # # === Message identifiers # # +ID_FAMILY+:: x # +ID_WEIGHT+:: x # +ID_STYLE+:: x # +ID_STYLE_TEXT+:: x # +ID_SIZE+:: x # +ID_SIZE_TEXT+:: x # +ID_CHARSET+:: x # +ID_SETWIDTH+:: x # +ID_PITCH+:: x # +ID_SCALABLE+:: x # +ID_ALLFONTS+:: x # class FXFontSelector < FXPacker # The "Accept" button [FXButton] attr_reader :acceptButton # The "Cancel" button [FXButton] attr_reader :cancelButton # Font selection [FXFontDesc] attr_accessor :fontSelection # # Return an initialized FXFontSelector instance. # def initialize(p, tgt=nil, sel=0, opts=0, x=0, y=0, w=0, h=0) # :yields: theFontSelector end end end
Version data entries
18 entries across 18 versions & 1 rubygems