cef_print_dialog_callback_t

Callback structure for asynchronous continuation of print dialog requests.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_print_dialog_callback_t {
extern (System)
void function(cef_print_dialog_callback_t* self, cef_print_settings_t* settings) nothrow cont;
extern (System)
void function(cef_print_dialog_callback_t* self) nothrow cancel;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta