Codebase list ruby-fxruby / 744963a3-151f-4813-9d21-38aa3d8c563c/main rdoc-sources / FXFontDialog.rb
744963a3-151f-4813-9d21-38aa3d8c563c/main

Tree @744963a3-151f-4813-9d21-38aa3d8c563c/main (Download .tar.gz)

FXFontDialog.rb @744963a3-151f-4813-9d21-38aa3d8c563c/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