Class: Wx::DuplexMode
Overview
Duplex printing modes.
Constant Summary collapse
- DUPLEX_SIMPLEX =
Non-duplex.
Wx::DuplexMode.new(0)
- DUPLEX_HORIZONTAL =
Wx::DuplexMode.new(1)
- DUPLEX_VERTICAL =
Wx::DuplexMode.new(2)
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