blob: acb8d639a0b3fe57e4922232697a65faed6fc430 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt">
<Composite.layout>
<GridLayout numColumns="1"/>
</Composite.layout>
<!-- The width of this button is animated. -->
<Button x:Style="SWT.CHECK" Text="Trigger">
<Button.Triggers>
<EventTrigger RoutedEvent="SelectionEvent">
<Setter Property="Visible" Value="False" />
</EventTrigger>
</Button.Triggers>
</Button>
</Composite>