Class: Wx::HTML::HtmlEasyPrinting::PromptMode
- Defined in:
- lib/wx/doc/gen/html/html_easy_printing.rb
Overview
Controls when the print dialog should be shown.
Constant Summary collapse
- Prompt_Never =
Do not show the print dialog.
Wx::HTML::HtmlEasyPrinting::PromptMode.new(0)
- Prompt_Once =
Show the print dialog only the first time.
Wx::HTML::HtmlEasyPrinting::PromptMode.new(1)
- Prompt_Always =
Show the print dialog every time (default value).
Wx::HTML::HtmlEasyPrinting::PromptMode.new(2)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #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