cef_browser_host_t.zoom

Execute a zoom command in this browser. If called on the UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the UI thread.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, cef_zoom_command_t command) nothrow zoom;

Meta