This file is indexed.

/usr/share/cegui-0.8.4/layouts/TabPage1.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
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
<?xml version="1.0" ?>
<GUILayout version="4">
    <Window name="Page1" type="DefaultWindow">
        <Property name="Text" value="Page one" />

        <Window name="TabPaneTop" type="TaharezLook/RadioButton">
            <Property name="ID" value="0" />
            <Property name="Text" value="Tab pane at top" />
            <Property name="Area" value="{{0.05,0},{0.1,0},{0.45,0},{0.2,0}}" />
        </Window>

        <Window name="TabPaneBottom" type="TaharezLook/RadioButton">
            <Property name="ID" value="1" />
            <Property name="Text" value="Tab pane at bottom" />
            <Property name="Area" value="{{0.05,0},{0.2,0},{0.45,0},{0.3,0}}" />
        </Window>

        <Window name="AddTab" type="TaharezLook/Button">
            <Property name="Text" value="Add a new tab" />
            <Property name="Area" value="{{0.05,0},{0.35,0},{0.45,0},{0.45,0}}" />
            <Property name="TooltipText" value="Switch active page to selected" />
        </Window>

        <Window name="PageList" type="TaharezLook/Listbox">
            <Property name="Area" value="{{0.55,0},{0.1,0},{0.95,0},{0.48,0}}" />
            <Property name="TooltipText" value="A list of available tabs to experiment with" />
        </Window>

        <Window name="Go" type="TaharezLook/Button">
            <Property name="Text" value="Goto" />
            <Property name="Area" value="{{0.55,0},{0.5,0},{0.67,0},{0.57,0}}" />
            <Property name="TooltipText" value="Switch active page to selected" />
        </Window>

        <Window name="Show" type="TaharezLook/Button">
            <Property name="Text" value="Show" />
            <Property name="Area" value="{{0.69,0},{0.5,0},{0.81,0},{0.57,0}}" />
            <Property name="TooltipText" value="Make the selected tab visible in the tab pane" />
        </Window>

        <Window name="Del" type="TaharezLook/Button">
            <Property name="Text" value="Del" />
            <Property name="Area" value="{{0.83,0},{0.5,0},{0.95,0},{0.57,0}}" />
            <Property name="TooltipText" value="Delete the selected pane" />
        </Window>

        <Window name="TabHeightDesc" type="TaharezLook/StaticText">
            <Property name="FrameEnabled" value="False" />
            <Property name="Area" value="{{0.05,0},{0.6,0},{0.95,0},{0.7,0}}" />
            <Property name="BackgroundEnabled" value="False" />
            <Property name="Text" value="Change the height of tab buttons in pixels" />
        </Window>
        <Window name="TabHeight" type="TaharezLook/HorizontalScrollbar">
            <Property name="DocumentSize" value="64" />
            <Property name="PageSize" value="4" />
            <Property name="StepSize" value="1" />
            <Property name="OverlapSize" value="0" />
            <Property name="Area" value="{{0.05,0},{0.7,0},{0.95,0},{0.7,12}}" />
        </Window>

        <Window name="TabPaddingDesc" type="TaharezLook/StaticText">
            <Property name="FrameEnabled" value="False" />
            <Property name="Area" value="{{0.05,0},{0.8,0},{0.95,0},{0.9,0}}" />
            <Property name="BackgroundEnabled" value="False" />
            <Property name="Text" value="Change the padding of the text on buttons in pixels" />
        </Window>
        <Window name="TabPadding" type="TaharezLook/HorizontalScrollbar">
            <Property name="DocumentSize" value="100" />
            <Property name="PageSize" value="5" />
            <Property name="StepSize" value="1" />
            <Property name="OverlapSize" value="0" />
            <Property name="Area" value="{{0.06,0},{0.9,0},{0.95,0},{0.9,12}}" />
        </Window>
    </Window>
</GUILayout>