Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / workbench / tools / Edit / Print.h
blobe6fe4f609a09601814aa3e2cdfc2946b10366420
1 /**************************************************************
2 **** Print.h : procedures for printing ****
3 **** Free software under GNU license, started on 2/2/2012 ****
4 **** © AROS Team ****
5 **************************************************************/
7 #ifndef PRINT_H
8 #define PRINT_H
10 #include "Memory.h"
12 /* Print a file
14 BYTE print_file(LINE *svg, unsigned char eol);
16 /* Get/set current printer.device unit
17 * If unit < 0, gets current printer unit
18 * Otherwise, sets unit to the selected unit
20 BYTE print_unit(BYTE unit);
22 #endif