cef_find_handler_t

Implement this structure to handle events related to find results. The functions of this structure will be called on the UI thread.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_find_handler_t {
extern (System)
void function(cef_find_handler_t* self, cef_browser_t* browser, int identifier, int count, const(cef_rect_t)* selectionRect, int activeMatchOrdinal, int finalUpdate) nothrow on_find_result;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta