Class: Wx::WEB::WebViewUserScriptInjectionTime
- Defined in:
- lib/wx/doc/gen/web/web_view.rb
Overview
Specifies at which place of documents an user script will be inserted.
Constant Summary collapse
- WEBVIEW_INJECT_AT_DOCUMENT_START =
Insert the code of the user script at the beginning of loaded documents.
Wx::WEB::WebViewUserScriptInjectionTime.new(0)
- WEBVIEW_INJECT_AT_DOCUMENT_END =
Insert the code of the user script at the end of the loaded documents.
Wx::WEB::WebViewUserScriptInjectionTime.new(1)
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