Class: Wx::HTML::HtmlOpeningStatus
- Defined in:
- lib/wx/doc/gen/html/html_window.rb
Overview
Enum for Wx::HTML::HtmlWindow#on_opening_url and Wx::HtmlWindowInterface::OnOpeningURL.
Constant Summary collapse
- HTML_OPEN =
Open the requested URL.
Wx::HTML::HtmlOpeningStatus.new(0)
- HTML_BLOCK =
Do not open the URL.
Wx::HTML::HtmlOpeningStatus.new(1)
- HTML_REDIRECT =
Redirect to another URL (returned from OnOpeningURL)
Wx::HTML::HtmlOpeningStatus.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