Codebase list ruby-fxruby / 40768d70-2f6c-426c-9ba3-c4f02433a71b/main rdoc-sources / FXFontDialog.rb
40768d70-2f6c-426c-9ba3-c4f02433a71b/main

Tree @40768d70-2f6c-426c-9ba3-c4f02433a71b/main (Download .tar.gz)

FXFontDialog.rb @40768d70-2f6c-426c-9ba3-c4f02433a71b/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