Class: Wx::WEB::WebViewFindFlags
- Defined in:
- lib/wx/doc/gen/web/web_view.rb
Overview
Find flags used when searching for text on page.
Constant Summary collapse
- WEBVIEW_FIND_WRAP =
Causes the search to restart when end or beginning reached.
Wx::WEB::WebViewFindFlags.new(1)
- WEBVIEW_FIND_ENTIRE_WORD =
Matches an entire word when searching.
Wx::WEB::WebViewFindFlags.new(2)
- WEBVIEW_FIND_MATCH_CASE =
Match case, i.e.
Wx::WEB::WebViewFindFlags.new(4)
- WEBVIEW_FIND_HIGHLIGHT_RESULT =
Highlights the search results.
Wx::WEB::WebViewFindFlags.new(8)
- WEBVIEW_FIND_BACKWARDS =
Searches for phrase in backward direction.
Wx::WEB::WebViewFindFlags.new(16)
- WEBVIEW_FIND_DEFAULT =
The default flag, which is simple searching.
Wx::WEB::WebViewFindFlags.new(0)
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