Class: Wx::PRT::PrinterError

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/prt/print_abort_dialog.rb

Overview

Requires:

  • USE_PRINTING_ARCHITECTURE

Constant Summary collapse

PRINTER_NO_ERROR =
Wx::PRT::PrinterError.new(0)
PRINTER_CANCELLED =
Wx::PRT::PrinterError.new(1)
PRINTER_ERROR =
Wx::PRT::PrinterError.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