cef_browser_host_t.set_auto_resize_enabled

Enable notifications of auto resize via

More...
struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, int enabled, const(cef_size_t)* min_size, const(cef_size_t)* max_size) nothrow set_auto_resize_enabled;

Detailed Description

cef display handler t

:OnAutoResize. Notifications are disabled by default. |min_size| and |max_size| define the range of allowed sizes.

Meta