Sha256: 6289b1396619d71a9447a1a2ec0a2742bfbba0f837b3b989f46b62d164110c71

Contents?: true

Size: 830 Bytes

Versions: 43

Compression:

Stored size: 830 Bytes

Contents

module Fox
  #
  # Printer selection dialog
  #
  # == Message identifiers
  #
  # +ID_TO_PRINTER+::		x
  # +ID_TO_FILE+::		x
  # +ID_PRINTER_NAME+::		x
  # +ID_FILE_NAME+::		x
  # +ID_LANDSCAPE+::		x
  # +ID_PORTRAIT+::		x
  # +ID_MEDIA+::		x
  # +ID_COLLATE_NORMAL+::	x
  # +ID_COLLATE_REVERSED+::	x
  # +ID_PAGES_ALL+::		x
  # +ID_PAGES_EVEN+::		x
  # +ID_PAGES_ODD+::		x
  # +ID_PAGES_RANGE+::		x
  # +ID_PAGES_FIRST+::		x
  # +ID_PAGES_LAST+::		x
  # +ID_BROWSE_FILE+::		x
  # +ID_PROPERTIES+::		x
  # +ID_COLOR_PRINTER+::	x
  # +ID_GRAY_PRINTER+::		x
  # +ID_NUM_COPIES+::		x
  #
  class FXPrintDialog < FXDialogBox
    # Printer information [FXPrinter]
    attr_accessor :printer

    # Construct print dialog
    def initialize(owner, name, opts=0, x=0, y=0, width=0, height=0) # :yields: thePrintDialog
    end
  end
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
fxruby-1.6.22-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22.pre4-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22.pre4 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22.pre3-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22.pre3 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22.pre2-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.22.pre2 rdoc-sources/FXPrintDialog.rb
fxrubi-1.6.22.pre1-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxrubi-1.6.22.pre1 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.20-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.20-x86-linux rdoc-sources/FXPrintDialog.rb
fxruby-1.6.20 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.20-universal-darwin-10 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.19-x86-mingw32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.14-mswin32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.13-mswin32 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.10 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.11 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.12 rdoc-sources/FXPrintDialog.rb