Codebase list ruby-fxruby / run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream rdoc-sources / FXFontDialog.rb
run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream

Tree @run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstream (Download .tar.gz)

FXFontDialog.rb @run/530a6e8f-4133-47b1-8a38-1ec1435bd9bf/upstreamraw · 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