Sibling
From GECK
This article is incomplete. You can help by filling in any blank descriptions. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |
The sibling directive specifies a sibling of a user interface XML block.
Example
<rect name="MyMainRect"> <x>100</x> </rect> <rect name="SomeRect"> <x><copy src="sibling(SomeRect)" trait="x"/></x> </rect>
SomeRect copies the x coordinate from MyMainRect