cef_display_handler_t.on_status_message

Called when the browser receives a status message. |value| contains the text that will be displayed in the status message.

struct cef_display_handler_t
extern (System)
void function(cef_display_handler_t* self, cef_browser_t* browser, const(cef_string_t)* value) nothrow on_status_message;

Meta