Unit 'Cairo' Package
[Overview][Constants][Types][Procedures and functions][Index] [#cairo]

cairo_script_interpreter_hooks_t

Declaration

Source position: cairo.pp line 504

type cairo_script_interpreter_hooks_t = record

  closure: Pointer;

  surface_create: csi_surface_create_func_t;

  surface_destroy: csi_destroy_func_t;

  context_create: csi_context_create_func_t;

  context_destroy: csi_destroy_func_t;

  show_page: csi_show_page_func_t;

  copy_page: csi_copy_page_func_t;

end;


Documentation generated on: 2023-03-18