Codebase list ruby-fxruby / a9506d6e-489e-43e9-a5f3-cb98c5292d43/main rdoc-sources / FXFontDialog.rb
a9506d6e-489e-43e9-a5f3-cb98c5292d43/main

Tree @a9506d6e-489e-43e9-a5f3-cb98c5292d43/main (Download .tar.gz)

FXFontDialog.rb @a9506d6e-489e-43e9-a5f3-cb98c5292d43/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