Codebase list ruby-fxruby / d9c59338-f18b-4fad-8a1a-1ff5da989958/main rdoc-sources / FXFontDialog.rb
d9c59338-f18b-4fad-8a1a-1ff5da989958/main

Tree @d9c59338-f18b-4fad-8a1a-1ff5da989958/main (Download .tar.gz)

FXFontDialog.rb @d9c59338-f18b-4fad-8a1a-1ff5da989958/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