A printer callback function is a function can performs the actual
printing. It has a number of subcommands, that are called by
the printer package, in a form
printer_callback("subcommand", argument1, argument2, ...)See the examples below.
Details
The subcommands:
lengthThe length of the data to print, the number of items, in natural units. E.g. for a list of objects, it is the number of objects.
min_widthTODO
widthWidth of one item, if
noitems will be printed. TODOprintArgument:
no. Do the actual printing, printnoitems.doneTODO
See also
Other printer callbacks:
is_printer_callback()
