cef_browser_host_t.can_zoom

Returns true (1) if this browser can execute the specified zoom command. This function can only be called on the UI thread.

struct cef_browser_host_t
extern (System)
int function(cef_browser_host_t* self, cef_zoom_command_t command) nothrow can_zoom;

Meta