cef_render_handler_t.on_popup_show

Called when the browser wants to show or hide the popup widget. The popup should be shown if |show| is true (1) and hidden if |show| is false (0).

struct cef_render_handler_t
extern (System)
void function(cef_render_handler_t* self, cef_browser_t* browser, int show) nothrow on_popup_show;

Meta