Codebase list ruby-fxruby / 26d430eb-818e-465d-b650-12ea01565136/main rdoc-sources / FXFontDialog.rb
26d430eb-818e-465d-b650-12ea01565136/main

Tree @26d430eb-818e-465d-b650-12ea01565136/main (Download .tar.gz)

FXFontDialog.rb @26d430eb-818e-465d-b650-12ea01565136/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