~smspillaz/compiz-core/compiz-core.geometry-tests

« back to all changes in this revision

Viewing changes to metadata/annotate.xml.in

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:15:26 UTC
  • Revision ID: git-v1:c579970d3b62220cd2ba54e9330963554769a86c
Moved all not yet ported files into legacy directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<compiz>
2
 
    <plugin name="annotate">
3
 
        <_short>Annotate</_short>
4
 
        <_long>Annotate plugin</_long>
5
 
        <display>
6
 
            <option name="initiate_button" type="button">
7
 
                <_short>Initiate</_short>
8
 
                <_long>Initiate annotate drawing</_long>
9
 
                <default>&lt;Super&gt;&lt;Alt&gt;Button1</default>
10
 
            </option>
11
 
            <option name="draw" type="action">
12
 
                <_short>Draw</_short>
13
 
                <_long>Draw using tool</_long>
14
 
                <allowed/>
15
 
            </option>
16
 
            <option name="erase_button" type="button">
17
 
                <_short>Initiate erase</_short>
18
 
                <_long>Initiate annotate erasing</_long>
19
 
                <default>&lt;Super&gt;&lt;Alt&gt;Button3</default>
20
 
            </option>
21
 
            <option name="clear_key" type="key">
22
 
                <_short>Clear</_short>
23
 
                <_long>Clear</_long>
24
 
                <default>&lt;Super&gt;&lt;Alt&gt;k</default>
25
 
            </option>
26
 
            <option name="clear_button" type="button">
27
 
                <_short>Clear</_short>
28
 
                <_long>Clear</_long>
29
 
            </option>
30
 
            <option name="fill_color" type="color">
31
 
                <_short>Annotate Fill Color</_short>
32
 
                <_long>Fill color for annotations</_long>
33
 
                <default>
34
 
                    <red>0xffff</red>
35
 
                </default>
36
 
            </option>
37
 
            <option name="stroke_color" type="color">
38
 
                <_short>Annotate Stroke Color</_short>
39
 
                <_long>Stroke color for annotations</_long>
40
 
                <default>
41
 
                    <green>0xffff</green>
42
 
                </default>
43
 
            </option>
44
 
            <option name="line_width" type="float">
45
 
                <_short>Line width</_short>
46
 
                <_long>Line width for annotations</_long>
47
 
                <default>3.0</default>
48
 
                <min>0.1</min>
49
 
                <max>100.0</max>
50
 
                <precision>0.1</precision>
51
 
            </option>
52
 
            <option name="stroke_width" type="float">
53
 
                <_short>Stroke width</_short>
54
 
                <_long>Stroke width for annotations</_long>
55
 
                <default>1.0</default>
56
 
                <min>0.1</min>
57
 
                <max>20.0</max>
58
 
                <precision>0.1</precision>
59
 
            </option>
60
 
        </display>
61
 
    </plugin>
62
 
</compiz>