cef_print_handler_t.on_print_dialog

Show the print dialog. Execute |callback| once the dialog is dismissed. Return true (1) if the dialog will be displayed or false (0) to cancel the printing immediately.

struct cef_print_handler_t
extern (System)
int function(cef_print_handler_t* self, cef_browser_t* browser, int has_selection, cef_print_dialog_callback_t* callback) nothrow on_print_dialog;

Meta