~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to plugins/resize/resize.xml.in

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:09:18 UTC
  • Revision ID: git-v1:163f6b6f3c3b7764987cbdf8e03cc355edeaa499
New generalized build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<compiz>
 
2
    <plugin name="resize">
 
3
        <_short>Resize Window</_short>
 
4
        <_long>Resize window</_long>
 
5
        <deps>
 
6
            <relation type="after">
 
7
                <plugin>composite</plugin>
 
8
                <plugin>opengl</plugin>
 
9
            </relation>
 
10
        </deps>
 
11
        <options>
 
12
            <option name="initiate_normal_key" type="key">
 
13
                <_short>Initiate Normal Window Resize</_short>
 
14
                <_long>Start resizing window normally</_long>
 
15
                <default/>
 
16
            </option>
 
17
            <option name="initiate_outline_key" type="key">
 
18
                <_short>Initiate Outline Window Resize</_short>
 
19
                <_long>Start resizing window with outline</_long>
 
20
                <default/>
 
21
            </option>
 
22
            <option name="initiate_rectangle_key" type="key">
 
23
                <_short>Initiate Rectangle Window Resize</_short>
 
24
                <_long>Start resizing window with rectangle</_long>
 
25
                <default/>
 
26
            </option>
 
27
            <option name="initiate_stretch_key" type="key">
 
28
                <_short>Initiate Stretch Window Resize</_short>
 
29
                <_long>Start resizing window by stretching it</_long>
 
30
                <default/>
 
31
            </option>
 
32
            <option name="initiate_button" type="button">
 
33
                <_short>Initiate Window Resize</_short>
 
34
                <_long>Start resizing window</_long>
 
35
                <default>&lt;Alt&gt;Button2</default>
 
36
            </option>
 
37
            <option name="initiate_key" type="key">
 
38
                <_short>Initiate Window Resize</_short>
 
39
                <_long>Start resizing window</_long>
 
40
                <default>&lt;Alt&gt;F8</default>
 
41
            </option>
 
42
            <option name="mode" type="int">
 
43
                <_short>Default Resize Mode</_short>
 
44
                <_long>Default mode used for window resizing</_long>
 
45
                <default>0</default>
 
46
                <min>0</min>
 
47
                <max>3</max>
 
48
                <desc>
 
49
                    <value>0</value>
 
50
                    <_name>Normal</_name>
 
51
                </desc>
 
52
                <desc>
 
53
                    <value>1</value>
 
54
                    <_name>Outline</_name>
 
55
                </desc>
 
56
                <desc>
 
57
                    <value>2</value>
 
58
                    <_name>Rectangle</_name>
 
59
                </desc>
 
60
                <desc>
 
61
                    <value>3</value>
 
62
                    <_name>Stretch</_name>
 
63
                </desc>
 
64
            </option>
 
65
            <option name="border_color" type="color">
 
66
                <_short>Border Color</_short>
 
67
                <_long>Border color used for outline and rectangle resize modes</_long>
 
68
                <default>
 
69
                    <red>0x2f2f</red>
 
70
                    <green>0x2f2f</green>
 
71
                    <blue>0x4f4f</blue>
 
72
                    <alpha>0x9f9f</alpha>
 
73
                </default>
 
74
            </option>
 
75
            <option name="fill_color" type="color">
 
76
                <_short>Fill Color</_short>
 
77
                <_long>Fill color used for rectangle resize mode</_long>
 
78
                <default>
 
79
                    <red>0x2f2f</red>
 
80
                    <green>0x2f2f</green>
 
81
                    <blue>0x4f4f</blue>
 
82
                    <alpha>0x4f4f</alpha>
 
83
                </default>
 
84
            </option>
 
85
            <option name="normal_match" type="match">
 
86
                <_short>Normal Resize Windows</_short>
 
87
                <_long>Windows that normal resize should be used for</_long>
 
88
                <default/>
 
89
            </option>
 
90
            <option name="outline_match" type="match">
 
91
                <_short>Outline Resize Windows</_short>
 
92
                <_long>Windows that outline resize should be used for</_long>
 
93
                <default/>
 
94
            </option>
 
95
            <option name="rectangle_match" type="match">
 
96
                <_short>Rectangle Resize Windows</_short>
 
97
                <_long>Windows that rectangle resize should be used for</_long>
 
98
                <default/>
 
99
            </option>
 
100
            <option name="stretch_match" type="match">
 
101
                <_short>Stretch Resize Windows</_short>
 
102
                <_long>Windows that stretch resize should be used for</_long>
 
103
                <default/>
 
104
            </option>
 
105
        </options>
 
106
    </plugin>
 
107
</compiz>