cef_accessibility_handler_t

Implement this structure to receive accessibility notification when accessibility events have been registered. The functions of this structure will be called on the UI thread.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_accessibility_handler_t {
extern (System)
void function(cef_accessibility_handler_t* self, cef_value_t* value) nothrow on_accessibility_tree_change;
extern (System)
void function(cef_accessibility_handler_t* self, cef_value_t* value) nothrow on_accessibility_location_change;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta