Sha256: 7194cbe6755f3f42d8815f346b4d337464fb842cf187b9fdafcaa290147c1792

Contents?: true

Size: 745 Bytes

Versions: 94

Compression:

Stored size: 745 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, target=nil, selector=0, opts=0, x=0, y=0, width=0, height=0) # :yields: theFontSelector
    end
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
fxruby-1.6.48 rdoc-sources/FXFontSelector.rb
fxruby-1.6.48-x64-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.48-x64-mingw-ucrt rdoc-sources/FXFontSelector.rb
fxruby-1.6.48-x86-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.47 rdoc-sources/FXFontSelector.rb
fxruby-1.6.47-x64-mingw-ucrt rdoc-sources/FXFontSelector.rb
fxruby-1.6.47-x64-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.47-x86-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.46 rdoc-sources/FXFontSelector.rb
fxruby-1.6.46-x64-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.46-x64-mingw-ucrt rdoc-sources/FXFontSelector.rb
fxruby-1.6.46-x86-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.45 rdoc-sources/FXFontSelector.rb
fxruby-1.6.45-x64-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.45-x64-mingw-ucrt rdoc-sources/FXFontSelector.rb
fxruby-1.6.45-x86-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.44 rdoc-sources/FXFontSelector.rb
fxruby-1.6.44-x64-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.44-x86-mingw32 rdoc-sources/FXFontSelector.rb
fxruby-1.6.43 rdoc-sources/FXFontSelector.rb