File: VanillaLookOverview.layout

package info (click to toggle)
cegui-mk2 0.8.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 57,636 kB
  • sloc: cpp: 305,392; python: 1,175; ansic: 788; sh: 608; xml: 191; java: 162; makefile: 23
file content (229 lines) | stat: -rw-r--r-- 15,905 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<?xml version="1.0" encoding="UTF-8"?>

<GUILayout version="4" >
    <Window type="DefaultWindow" name="root" >
        <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" />
        <Property name="MaxSize" value="{{1,0},{1,0}}" />
        <Window type="Vanilla/StaticImage" name="StaticImage" >
            <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" />
            <Property name="MaxSize" value="{{1,0},{1,0}}" />
            <Window type="Vanilla/Button" name="button" >
                <Property name="Area" value="{{0.00390625,0},{0.00694444,0},{0.0976563,0},{0.0347222,0}}" />
                <Property name="Text" value="Button" />
            </Window>
            <Window type="Vanilla/Listbox" name="disabledListbox" >
                <Property name="Area" value="{{0.00390625,0},{0.583333,0},{0.160156,0},{0.666666,0}}" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/Listbox" name="listbox" >
                <Property name="Area" value="{{0.00390625,0},{0.465278,0},{0.160156,0},{0.576389,0}}" />
                <Property name="ForceHorzScrollbar" value="true" />
                <Property name="ForceVertScrollbar" value="true" />
            </Window>
            <Window type="Vanilla/HorizontalScrollbar" name="disabledScrollbar" >
                <Property name="Area" value="{{0.164063,0},{0.388889,0},{0.320313,0},{0.409722,0}}" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/HorizontalScrollbar" name="scrollbar" >
                <Property name="Area" value="{{0.164063,0},{0.361111,0},{0.320313,0},{0.381944,0}}" />
            </Window>
            <Window type="Vanilla/ProgressBar" name="disabledProgressBar" >
                <Property name="Area" value="{{0.164063,0},{0.326389,0},{0.320313,0},{0.354167,0}}" />
                <Property name="Disabled" value="true" />
                <Property name="StepSize" value="0.01" />
                <Property name="CurrentProgress" value="0.11" />
            </Window>
            <Window type="Vanilla/ProgressBar" name="progressBar" >
                <Property name="Area" value="{{0.164063,0},{0.291667,0},{0.320313,0},{0.319445,0}}" />
                <Property name="StepSize" value="0.01" />
                <Property name="CurrentProgress" value="0.5" />
            </Window>

            <Window type="Vanilla/Titlebar" name="titlebar" >
                <Property name="Area" value="{{0.101563,0},{0.0416667,0},{0.257813,0},{0.0694445,0}}" />
                <Property name="Text" value="Title Bar" />
                <Property name="AlwaysOnTop" value="true" />
                <Property name="MousePassThroughEnabled" value="true" />
                <Property name="MouseInputPropagationEnabled" value="true" />
            </Window>
            <Window type="Vanilla/Editbox" name="disabledEditbox" >
                <Property name="Area" value="{{0.296875,0},{0.00694444,0},{0.390625,0},{0.0347222,0}}" />
                <Property name="Text" value="Disabled" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/Titlebar" name="disabledTitlebar" >
                <Property name="Area" value="{{0.269531,0},{0.0416667,0},{0.425781,0},{0.0694445,0}}" />
                <Property name="Text" value="Disabled Title Bar" />
                <Property name="Disabled" value="true" />
                <Property name="AlwaysOnTop" value="true" />
            </Window>
            <Window type="Vanilla/Editbox" name="readOnlyEditbox" >
                <Property name="Area" value="{{0.394531,0},{0.00694444,0},{0.488281,0},{0.0347222,0}}" />
                <Property name="Text" value="Read Only" />
                <Property name="ReadOnly" value="true" />
            </Window>
            <Window type="Vanilla/Checkbox" name="checkBox2" >
                <Property name="Area" value="{{0.00390625,0},{0.180556,0},{0.0976563,0},{0.208334,0}}" />
                <Property name="Text" value="CheckBox 2" />
            </Window>
            <Window type="Vanilla/RadioButton" name="disabledCheckedRadioButton" >
                <Property name="Area" value="{{0.00390625,0},{0.125,0},{0.0976563,0},{0.152778,0}}" />
                <Property name="Text" value="Disabled Marked" />
                <Property name="Disabled" value="true" />
                <Property name="Selected" value="true" />
            </Window>
            <Window type="Vanilla/Button" name="disabledButton" >
                <Property name="Area" value="{{0.101563,0},{0.00694444,0},{0.195313,0},{0.0347222,0}}" />
                <Property name="Text" value="Disabled" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/RadioButton" name="radioButton1" >
                <Property name="Area" value="{{0.00390625,0},{0.0416667,0},{0.0976563,0},{0.0694445,0}}" />
                <Property name="Text" value="Radio Button 1" />
            </Window>
            <Window type="Vanilla/RadioButton" name="radioButton2" >
                <Property name="Area" value="{{0.00390625,0},{0.0694444,0},{0.0976563,0},{0.0972222,0}}" />
                <Property name="Text" value="Radio Button 2" />
            </Window>
            <Window type="Vanilla/RadioButton" name="disabledUncheckedRadioButton" >
                <Property name="Area" value="{{0.00390625,0},{0.0972222,0},{0.0976563,0},{0.125,0}}" />
                <Property name="Text" value="Disabled Unmarked" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/Checkbox" name="checkBox1" >
                <Property name="Area" value="{{0.00390625,0},{0.152778,0},{0.0976563,0},{0.180556,0}}" />
                <Property name="Text" value="CheckBox 1" />
            </Window>
            <Window type="Vanilla/FrameWindow" name="frameWindow" >
                <Property name="Area" value="{{0.101563,0},{0.0833333,0},{0.257813,0},{0.277778,0}}" />
                <Property name="Text" value="Frame Window" />
            </Window>
            <Window type="Vanilla/VerticalScrollbar" name="scrollbar2" >
                <Property name="Area" value="{{0.244532,0},{0.461111,0},{0.256251,0},{0.738889,0}}" />
            </Window>
            <Window type="Vanilla/VerticalScrollbar" name="disabledScrollbar2" >
                <Property name="Area" value="{{0.260157,0},{0.461111,0},{0.271876,0},{0.738889,0}}" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/Editbox" name="editbox" >
                <Property name="Area" value="{{0.199219,0},{0.00694444,0},{0.292969,0},{0.0347222,0}}" />
                <Property name="Text" value="Edit Box" />
            </Window>
            <Window type="Vanilla/Checkbox" name="disabledCheckedCheckbox" >
                <Property name="Area" value="{{0.00390625,0},{0.236111,0},{0.0976563,0},{0.263889,0}}" />
                <Property name="Text" value="Disabled Marked" />
                <Property name="Disabled" value="true" />
                <Property name="Selected" value="true" />
            </Window>
            <Window type="Vanilla/Checkbox" name="disabledUncheckedCheckbox" >
                <Property name="Area" value="{{0.00390625,0},{0.208333,0},{0.0976563,0},{0.236111,0}}" />
                <Property name="Text" value="Disabled Unmarked" />
                <Property name="Disabled" value="true" />
            </Window>
            <Window type="Vanilla/Combobox" name="disabledComboBox" >
                <Property name="Area" value="{{0.527344,0},{0.0416667,0},{0.621094,0},{0.208333,0}}" />
                <Property name="Disabled" value="true" />
                <Property name="ReadOnly" value="true" />
            </Window>
            <Window type="Vanilla/Combobox" name="combobox" >
                <Property name="Area" value="{{0.429688,0},{0.0416667,0},{0.523438,0},{0.208333,0}}" />
            </Window>
            <Window type="Vanilla/MultiLineEditbox" name="MultiLineEditbox" >
                <Property name="Area" value="{{0.328125,0},{0.291667,0},{0.484375,0},{0.402778,0}}" />
                <Property name="Text" >
                
</Property>
                <Property name="WordWrap" value="false" />
                <Property name="BlinkCaret" value="true" />
                <Property name="AutoRenderingSurface" value="true" />
            </Window>
            <Window type="Vanilla/MultiLineEditbox" name="MultiLineEditbox2" >
                <Property name="Area" value="{{0.328125,0},{0.416667,0},{0.484375,0},{0.527778,0}}" />
                <Property name="Text" >Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
                
</Property>
                <Property name="ReadOnly" value="true" />
            </Window>
            <Window type="Vanilla/MultiLineEditbox" name="MultiLineEditbox3" >
                <Property name="Area" value="{{0.328125,0},{0.541667,0},{0.484375,0},{0.652778,0}}" />
                <Property name="Text" >Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet
                
</Property>
                <Property name="Disabled" value="true" />
                <Property name="AutoRenderingSurface" value="true" />
            </Window>
            <Window type="Vanilla/StaticText" name="HoverText" >
                <Property name="Area" value="{{0.348437,0},{0.677778,0},{0.442187,0},{0.705556,0}}" />
                <Property name="Text" value="Hover for tooltip" />
                <Property name="MaxSize" value="{{1,0},{1,0}}" />
                <Property name="TooltipText" value="Hi, I am a tooltip." />
                <Property name="TooltipType" value="Vanilla/Tooltip" />
                <Property name="HorzScrollPageSize" value="108" />
                <Property name="VertScrollPageSize" value="8" />
                <Property name="HorzScrollDocumentSize" value="107" />
                <Property name="VertScrollDocumentSize" value="13.6796" />
            </Window>
            <Window type="Vanilla/FrameWindow" name="FrameWindow" >
                <Property name="Area" value="{{0.269531,0},{0.0833333,0},{0.425781,0},{0.277778,0}}" />
                <Property name="Text" value="Disabled Frame Window" />
                <Property name="Disabled" value="true" />
                <Property name="TitlebarEnabled" value="false" />
                <Property name="CloseButtonEnabled" value="false" />
            </Window>
            <Window type="Generic/Label" name="Label" >
                <Property name="Area" value="{{0.2375,0},{0.755556,0},{0.458594,0},{0.843056,0}}" />
                <Property name="Text" value="I am a label window with a tooltip set. Below is my child window:" />
                <Property name="MaxSize" value="{{1,0},{1,0}}" />
                <Property name="TooltipText" value="This tooltip will be inherited to children windows" />
                <Property name="TooltipType" value="Vanilla/Tooltip" />
                <Property name="HorzFormatting" value="WordWrapCentreAligned" />
                <Property name="VertFormatting" value="TopAligned" />
                <Property name="NormalTextColour" value="FFFFFFFF" />
                <Property name="DisabledTextColour" value="FFFFFFFF" />
                <Window type="Vanilla/Button" name="Button" >
                    <Property name="Area" value="{{0.261983,0},{0.54314,0},{0.788484,0},{0.860601,0}}" />
                    <Property name="Text" value="I inherit tooltips" />
                    <Property name="TooltipType" value="Vanilla/Tooltip" />
                </Window>
            </Window>
                <Window type="Vanilla/StaticText" name="StaticText2" >
                <Property name="Area" value="{{0.519531,0},{0.0819444,0},{0.648438,0},{0.169444,0}}" />
                <Property name="Text" value="Testing StaticText without scrollbars" />
                <Property name="MaxSize" value="{{1,0},{1,0}}" />
                <Property name="HorzFormatting" value="WordWrapLeftAligned" />
                <Property name="VertFormatting" value="TopAligned" />
                <Property name="HorzScrollPageSize" value="153" />
                <Property name="VertScrollPageSize" value="51" />
                <Property name="HorzScrollDocumentSize" value="152" />
                <Property name="VertScrollDocumentSize" value="145.484" />
            </Window>
            <Window type="Vanilla/StaticText" name="StaticText" >
                <Property name="Area" value="{{0.519531,0},{0.173611,0},{0.648438,0},{0.277778,0}}" />
                <Property name="Text" value="Testing the Formatting Tags: It is [colour=&apos;FF00FF00&apos;]possible[colour=&apos;FFFFFFFF&apos;] to embed images [image=&apos;Vanilla-Images/MouseArrow&apos;] or change the [font=&apos;DejaVuSans-12&apos;]Font type and [font=&apos;&apos;]many more things (see the docu or CEGUI wiki) [colour=&apos;FF00FF00&apos;][image=&apos;Vanilla-Images/MouseArrow&apos;]" />
                <Property name="MaxSize" value="{{1,0},{1,0}}" />
                <Property name="HorzScrollbar" value="true" />
                <Property name="VertScrollbar" value="true" />
                <Property name="HorzFormatting" value="WordWrapLeftAligned" />
                <Property name="HorzScrollPageSize" value="147" />
                <Property name="VertScrollPageSize" value="63" />
                <Property name="HorzScrollDocumentSize" value="146" />
                <Property name="VertScrollDocumentSize" value="165.539" />
            </Window>
            <Window type="Generic/Label" name="Label2" >
                <Property name="Area" value="{{0.436719,0},{0.119445,0},{0.514844,0},{0.1625,0}}" />
                <Property name="Text" value="StaticImage with an Image:" />
                <Property name="HorzFormatting" value="WordWrapCentreAligned" />
                <Property name="VertFormatting" value="TopAligned" />
                <Property name="NormalTextColour" value="FFFFFFFF" />
                <Property name="DisabledTextColour" value="FFFFFFFF" />
            </Window>
            <Window type="TaharezLook/StaticImage" name="StaticImage" >
                <Property name="Area" value="{{0.450782,0},{0.163889,0},{0.501563,0},{0.227778,0}}" />
                <Property name="Image" value="Vanilla-Images/ColourPickerCursor" />
                <Property name="MaxSize" value="{{1,0},{1,0}}" />
                <Property name="HorzFormatting" value="CentreAligned" />
                <Property name="VertFormatting" value="CentreAligned" />
            </Window>
        </Window>
    </Window>
</GUILayout>