Codebase list ruby-fxruby / 69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXFontDialog.rb
69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream/1.6.45+git20221125.1.7d76b2a

Tree @69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXFontDialog.rb @69704b1d-de8d-4e66-a9aa-4f8a2c3f135a/upstream/1.6.45+git20221125.1.7d76b2araw · 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