Codebase list ruby-fxruby / 9b83229d-99a2-488e-b6b7-b3432e4770f9/main rdoc-sources / FXFontDialog.rb
9b83229d-99a2-488e-b6b7-b3432e4770f9/main

Tree @9b83229d-99a2-488e-b6b7-b3432e4770f9/main (Download .tar.gz)

FXFontDialog.rb @9b83229d-99a2-488e-b6b7-b3432e4770f9/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