/usr/share/cegui-0.8.4/looknfeel/Inherited.looknfeel 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 | <?xml version="1.0" ?>
<!--
This file shows the widget look inheritence mechanism in use.
The basic mechanism allows that any named item in some widget look 'A' may be
overridden in widget look 'B' that inherits 'A' by means of the "inherits"
attribute.
-->
<Falagard version="7">
<WidgetLook name="Inheritence/Base">
<NamedArea name="inner_area">
<Area>
<Dim type="LeftEdge" ><AbsoluteDim value="50" /></Dim>
<Dim type="TopEdge" ><AbsoluteDim value="50" /></Dim>
<Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-50" type="RightEdge" /></Dim>
<Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-50" type="BottomEdge" /></Dim>
</Area>
</NamedArea>
<ImagerySection name="outer">
<FrameComponent>
<Image component="TopLeftCorner" name="TaharezLook/StaticTopLeft" />
<Image component="TopRightCorner" name="TaharezLook/StaticTopRight" />
<Image component="BottomLeftCorner" name="TaharezLook/StaticBottomLeft" />
<Image component="BottomRightCorner" name="TaharezLook/StaticBottomRight" />
<Image component="LeftEdge" name="TaharezLook/StaticLeft" />
<Image component="RightEdge" name="TaharezLook/StaticRight" />
<Image component="TopEdge" name="TaharezLook/StaticTop" />
<Image component="BottomEdge" name="TaharezLook/StaticBottom" />
<Image component="Background" name="TaharezLook/StaticBackdrop" />
</FrameComponent>
</ImagerySection>
<ImagerySection name="inner">
<FrameComponent>
<Area>
<NamedAreaSource name="inner_area"/>
</Area>
<Image component="TopLeftCorner" name="TaharezLook/StaticTopLeft" />
<Image component="TopRightCorner" name="TaharezLook/StaticTopRight" />
<Image component="BottomLeftCorner" name="TaharezLook/StaticBottomLeft" />
<Image component="BottomRightCorner" name="TaharezLook/StaticBottomRight" />
<Image component="LeftEdge" name="TaharezLook/StaticLeft" />
<Image component="RightEdge" name="TaharezLook/StaticRight" />
<Image component="TopEdge" name="TaharezLook/StaticTop" />
<Image component="BottomEdge" name="TaharezLook/StaticBottom" />
<Image component="Background" name="TaharezLook/StaticBackdrop" />
</FrameComponent>
</ImagerySection>
<StateImagery name="Enabled">
<Layer>
<Section section="outer" />
<Section section="inner" />
</Layer>
</StateImagery>
</WidgetLook>
<WidgetLook name="Inheritence/Derived1" inherits="Inheritence/Base">
<NamedArea name="inner_area">
<Area>
<Dim type="LeftEdge" ><AbsoluteDim value="10" /></Dim>
<Dim type="TopEdge" ><AbsoluteDim value="10" /></Dim>
<Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-50" type="RightEdge" /></Dim>
<Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-50" type="BottomEdge" /></Dim>
</Area>
</NamedArea>
</WidgetLook>
</Falagard>
|