Codebase list ruby-fxruby / 8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream rdoc-sources / FXFontDialog.rb
8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream

Tree @8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream (Download .tar.gz)

FXFontDialog.rb @8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstreamraw · 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