cef_command_handler_t.is_chrome_toolbar_button_visible

Called during browser creation to check if a Chrome toolbar button should be visible. Only called for buttons 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_toolbar_button_type_t button_type) nothrow is_chrome_toolbar_button_visible;

Meta