summaryrefslogtreecommitdiff
path: root/src/foomatic/foomatic-templates-ijs/Resolution.xml
blob: 0006a40084db78e1c62ff7bc522d431c1ed301b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<option type="enum" id="opt/@@DRVNAME@@-printerresolution">
  <!-- A multilingual <comments> block can appear here, too;
       it should be treated as documentation for the user. -->
  <arg_longname>
   <en>Printer Resolution</en>
  </arg_longname>
  <arg_shortname>
   <en>PrinterResolution</en><!-- backends only know <en> shortnames! -->
  </arg_shortname>
  <arg_execution>@@GROUP@@
   <arg_order>800</arg_order>
   <arg_spot>B</arg_spot>
   <arg_substitution />
   <arg_proto>Resolution=%s,</arg_proto>
  </arg_execution>

  @@OPTCONSTRAINTS@@
  @@ENUMVALS@@

</option>