The OpenD Programming Language

cef_browser_host_t.get_runtime_style

Returns the runtime style for this browser (ALLOY or CHROME). See cef_runtime_style_t documentation for details.

struct cef_browser_host_t
extern (System)
cef_runtime_style_t function(cef_browser_host_t* self) nothrow get_runtime_style;

Meta