Codebase list ruby-fxruby / 9d9a764c-8573-45e2-a4b0-a5e74452a7a7/main rdoc-sources / FXFontDialog.rb
9d9a764c-8573-45e2-a4b0-a5e74452a7a7/main

Tree @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/main (Download .tar.gz)

FXFontDialog.rb @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/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