cef_browser_t.get_frame

Returns the frame with the specified name, or NULL if not found.

struct cef_browser_t
extern (System)
cef_frame_t* function(cef_browser_t* self, const(cef_string_t)* name) nothrow get_frame;

Meta