<?xml version="1.0" encoding="utf-8"?>
<wx:App xmlns:wx="http://www.pulp.se/wxwML/0.3/">
	
	<!--
		See comments in sample.xml
	-->
	
	<unbind source="Button1" event="wx.EVT_BUTTON" />
	<call function="AppendItems" object="Choice1">
		<argument>
			<list>
				<value>a</value>
				<value>b</value>
				<value>c</value>
			</list>
		</argument>
	</call>

	<call function="SetBackgroundColour" object="Frame1">
		<argument>
			<wx:Colour red="255" green="0" blue="0" />
		</argument>
	</call>
	<call function="Refresh" object="Frame1" />
</wx:App>
