Codebase list ruby-fxruby / d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream rdoc-sources / FXFontDialog.rb
d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream

Tree @d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream (Download .tar.gz)

FXFontDialog.rb @d24dac7c-843d-4079-ac12-2ee07ff744a0/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