Codebase list ruby-fxruby / af19cafc-e8a1-410a-81b9-8a472bff0ce9/upstream rdoc-sources / FXFontDialog.rb
af19cafc-e8a1-410a-81b9-8a472bff0ce9/upstream

Tree @af19cafc-e8a1-410a-81b9-8a472bff0ce9/upstream (Download .tar.gz)

FXFontDialog.rb @af19cafc-e8a1-410a-81b9-8a472bff0ce9/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