FindController


Object Hierarchy:

WebKit.FindController WebKit.FindController WebKit.FindController GLib.Object GLib.Object GLib.Object->WebKit.FindController

Description:

[ CCode ( type_id = "webkit_find_controller_get_type ()" ) ]
public class FindController : Object

Controls text search in a WebView.

A FindController is used to search text in a WebView . You can get a WebView<!-- -->'s FindController with get_find_controller, and later use it to search for text using search, or get the number of matches using count_matches. The operations are asynchronous and trigger signals when ready, such as found_text, failed_to_find_text or counted_matches<!-- -->.


Namespace: WebKit
Package: webkit2gtk-4.0

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members: