Sha256: 8e633d8272aafc667b456002c52bcb436bad58a940772739edf7cc35becc58f3

Contents?: true

Size: 821 Bytes

Versions: 18

Compression:

Stored size: 821 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, w=0, h=0) # :yields: thePrintDialog
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
fxruby-1.2.2 rdoc-sources/FXPrintDialog.rb
fxruby-1.2.3 rdoc-sources/FXPrintDialog.rb
fxruby-1.2.4 rdoc-sources/FXPrintDialog.rb
fxruby-1.2.5 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.0 rdoc-sources/FXPrintDialog.rb
fxruby-1.2.6 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.1 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.2 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.3 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.4 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.5 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.6 rdoc-sources/FXPrintDialog.rb
fxruby-1.4.7 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.0 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.1 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.2 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.3 rdoc-sources/FXPrintDialog.rb
fxruby-1.6.4 rdoc-sources/FXPrintDialog.rb