Codebase list ruby-fxruby / 0934bbd0-cd2e-4349-844d-928b8d23484a/main rdoc-sources / FXFontDialog.rb
0934bbd0-cd2e-4349-844d-928b8d23484a/main

Tree @0934bbd0-cd2e-4349-844d-928b8d23484a/main (Download .tar.gz)

FXFontDialog.rb @0934bbd0-cd2e-4349-844d-928b8d23484a/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