FindController
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_find_controller_get_type ()" ) ]
public class FindController : Object
Content:
Properties:
- public uint max_match_count { get; }
The maximum number of matches to report for a given search.
- public FindOptions options { get; }
The options to be used in the search operation.
- public string text { owned get; }
The current search text for this FindController
.
- public WebView web_view { get; construct; }
The WebView this
controller is associated to.
Creation methods:
Methods:
- public void count_matches (string search_text, uint32 find_options, uint max_match_count)
Counts the number of matches for search_text
.
- public uint get_max_match_count ()
Gets the maximum number of matches to report.
- public uint32 get_options ()
- public unowned string get_search_text ()
Gets the text that this is searching
for.
- public unowned WebView get_web_view ()
Gets the WebView this
find controller is associated to.
- public void search (string search_text, uint32 find_options, uint max_match_count)
Looks for search_text
associated with
this.
- public void search_finish ()
Finishes a find operation.
- public void search_next ()
Looks for the next occurrence of the search text.
- public void search_previous ()
Looks for the previous occurrence of the search text.
Signals:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref