cef_print_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_pdf_paper_size
cef_size_t function(cef_print_handler_t*, int) get_pdf_paper_size;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_print_dialog
int function(cef_print_handler_t*, cef_browser_t*, int, cef_print_dialog_callback_t*) on_print_dialog;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_print_job
int function(cef_print_handler_t*, cef_browser_t*, const(cef_string_t)*, const(cef_string_t)*, cef_print_job_callback_t*) on_print_job;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_print_reset
void function(cef_print_handler_t*, cef_browser_t*) on_print_reset;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_print_settings
void function(cef_print_handler_t*, cef_browser_t*, cef_print_settings_t*, int) on_print_settings;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_print_start
void function(cef_print_handler_t*, cef_browser_t*) on_print_start;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta