cef_render_handler_t.on_popup_size

Called when the browser wants to move or resize the popup widget. |rect| contains the new location and size in view coordinates.

struct cef_render_handler_t
extern (System)
void function(cef_render_handler_t* self, cef_browser_t* browser, const(cef_rect_t)* rect) nothrow on_popup_size;

Meta