Codebase list ruby-fxruby / 34707052-267b-4cc1-a695-4cf0e5743952/main rdoc-sources / FXFontDialog.rb
34707052-267b-4cc1-a695-4cf0e5743952/main

Tree @34707052-267b-4cc1-a695-4cf0e5743952/main (Download .tar.gz)

FXFontDialog.rb @34707052-267b-4cc1-a695-4cf0e5743952/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