cef_browser_host_t.was_hidden

Notify the browser that it has been hidden or shown. Layouting and

More...
struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, int hidden) nothrow was_hidden;

Detailed Description

cef render handler t

:OnPaint notification will stop when the browser is hidden. This function is only used when window rendering is disabled.

Meta