cef_command_handler_t.is_chrome_page_action_icon_visible

Called during browser creation to check if a Chrome page action icon should be visible. Only called for icons that would be visible by default. Only used with the Chrome runtime.

struct cef_command_handler_t
extern (System)
int function(cef_command_handler_t* self, cef_chrome_page_action_icon_type_t icon_type) nothrow is_chrome_page_action_icon_visible;

Meta