This file is indexed.

/usr/share/cegui-0.8.4/layouts/TabControlDemo.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
<?xml version="1.0" encoding="UTF-8"?>

<GUILayout version="4">
    <Window type="TaharezLook/FrameWindow" name="Frame" >
        <Property name="Text" value="Tab Control Demo" />
        <Property name="TooltipText" value="This is a demonstration of TabControl abilities." />
        <Property name="TitlebarFont" value="DejaVuSans-12" />
        <Property name="MaxSize" value="{{1,0},{1,0}}" />
        <Property name="MinSize" value="{{0,128},{0,128}}" />
        <Property name="TitlebarEnabled" value="True" />
        <Property name="Area" value="{{0.1,0},{0.1,0},{0.9,0},{0.9,0}}" />
        <Window type="TaharezLook/TabControl" name="TabControl" >
            <Property name="TooltipText" value="This is the tab control" />
            <Property name="TabHeight" value="{0,-1}" />
            <Property name="MaxSize" value="{{1,0},{1,0}}" />
            <Property name="TabPanePosition" value="Bottom" />
            <Property name="Area" value="{{0,10},{0,10},{1,-10},{1,-10}}" />
        </Window>
    </Window>
</GUILayout>