Codebase list ruby-fxruby / 8aa7e715-abd0-4131-934e-b2e8e82473f6/main rdoc-sources / FXFontDialog.rb
8aa7e715-abd0-4131-934e-b2e8e82473f6/main

Tree @8aa7e715-abd0-4131-934e-b2e8e82473f6/main (Download .tar.gz)

FXFontDialog.rb @8aa7e715-abd0-4131-934e-b2e8e82473f6/mainraw · history · blame

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