Class: Wx::PrintMode
Overview
Print mode (currently PostScript only).
Constant Summary collapse
- PRINT_MODE_NONE =
Wx::PrintMode.new(0)
- PRINT_MODE_PREVIEW =
Preview in external application.
Wx::PrintMode.new(1)
- PRINT_MODE_FILE =
Print to file.
Wx::PrintMode.new(2)
- PRINT_MODE_PRINTER =
Send to printer.
Wx::PrintMode.new(3)
- PRINT_MODE_STREAM =
Send postscript data into a stream.
Wx::PrintMode.new(4)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum