This file is indexed.

/usr/share/cegui-0.8.4/layouts/TabPage.layout is in libcegui-mk2-doc 0.8.4+dfsg-4ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" ?>
<GUILayout version="4">

<Window name="" type="DefaultWindow">
    <Window name="Text" type="TaharezLook/StaticText">
        <Property name="FrameEnabled" value="False" />
        <Property name="HorzFormatting" value="WordWrapCentreAligned" />
        <Property name="VertFormatting" value="CentreAligned" />
        <Property name="Area" value="{{0.5,0},{0.1,0},{0.9,0},{0.4,0}}" />
        <Property name="BackgroundEnabled" value="False" />
    </Window>

    <Window name="Button1" type="TaharezLook/Button">
        <Property name="Text" value="- One -" />
        <Property name="Area" value="{{0.1,0},{0.1,0},{0.3,0},{0.2,0}}" />
    </Window>

    <Window name="Button2" type="TaharezLook/Button">
        <Property name="Text" value="- Two -" />
        <Property name="Area" value="{{0.3,0},{0.3,0},{0.5,0},{0.4,0}}" />
    </Window>

    <Window name="Button3" type="TaharezLook/Button">
        <Property name="Text" value="- Three -" />
        <Property name="Area" value="{{0.5,0},{0.5,0},{0.7,0},{0.6,0}}" />
    </Window>

    <Window name="Button4" type="TaharezLook/Button">
        <Property name="Text" value="- Four -" />
        <Property name="Area" value="{{0.7,0},{0.7,0},{0.9,0},{0.8,0}}" />
    </Window>
</Window>

</GUILayout>