Codebase list ruby-fxruby / debian/1.6.29-0kali3 rdoc-sources / FXFontDialog.rb
debian/1.6.29-0kali3

Tree @debian/1.6.29-0kali3 (Download .tar.gz)

FXFontDialog.rb @debian/1.6.29-0kali3raw · 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