view tools/editor/gui/error.xml @ 600:427150724fe1

- added new pychan demo: gui animations FEATURES: - shows (very basic) animations like resizing, moving and changing colors of a pychan.widget by using FIFE TimeEvents
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 27 Aug 2010 16:59:54 +0000 (2010-08-27)
parents 64738befdf3b
children
line wrap: on
line source
<Panel name="errorWindow" title="Error" min_size="300, 100">
	<ScrollArea>
		<Label name="message" text="Error:" wrap_text="1" vexpand="1"/>
	</ScrollArea>
	<Button name="okButton" text="OK"/>
</Panel>