/usr/share/cegui-0.8.4/layouts/DragDropDemo.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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <?xml version="1.0" ?>
<GUILayout version="4">
<Window name="Root" type="DefaultWindow">
<Window name="MainWindow" type="WindowsLook/FrameWindow">
<Property name="Area" value="{{0.25,0},{0.25,0},{0.75,0},{0.75,0}" />
<Property name="Text" value="Drag and Drop Demo" />
<Property name="RollUpEnabled" value="False" />
<Property name="SizingEnabled" value="False" />
<Window name="Slot1" type="WindowsLook/Static">
<Property name="Position" value="{{0.05,0},{0.05,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
<Window name="DragContainer1" type="DragContainer">
<Property name="Area" value="{{0.05,0},{0.05,0},{0.95,0},{0.95,0}" />
<Window name="Image" type="WindowsLook/StaticImage">
<Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}" />
<Property name="Image" value="DriveIcons/Lime" />
<Property name="MousePassThroughEnabled" value="True" />
</Window>
</Window>
</Window>
<Window name="Slot2" type="WindowsLook/Static">
<Property name="Position" value="{{0.283,0},{0.05,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot3" type="WindowsLook/Static">
<Property name="Position" value="{{0.516,0},{0.05,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot4" type="WindowsLook/Static">
<Property name="Position" value="{{0.749,0},{0.05,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot5" type="WindowsLook/Static">
<Property name="Position" value="{{0.05,0},{0.37,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot6" type="WindowsLook/Static">
<Property name="Position" value="{{0.283,0},{0.37,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
<Window name="DragContainer2" type="DragContainer">
<Property name="Area" value="{{0.05,0},{0.05,0},{0.95,0},{0.95,0}" />
<Window name="Image" type="WindowsLook/StaticImage">
<Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}" />
<Property name="Image" value="DriveIcons/GlobalDrive" />
<Property name="MousePassThroughEnabled" value="True" />
</Window>
</Window>
</Window>
<Window name="Slot7" type="WindowsLook/Static">
<Property name="Position" value="{{0.516,0},{0.37,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot8" type="WindowsLook/Static">
<Property name="Position" value="{{0.749,0},{0.37,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot9" type="WindowsLook/Static">
<Property name="Position" value="{{0.05,0},{0.69,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot10" type="WindowsLook/Static">
<Property name="Position" value="{{0.283,0},{0.69,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot11" type="WindowsLook/Static">
<Property name="Position" value="{{0.516,0},{0.69,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
<Window name="Slot12" type="WindowsLook/Static">
<Property name="Position" value="{{0.749,0},{0.69,0}}" />
<Property name="Size" value="{{0.2,0},{0.26,0}}" />
</Window>
</Window>
</Window>
</GUILayout>
|