comparison clients/pychan_demo/content/gui/demoapp.xml @ 125:97d6946bd917

- prepared files for new dir structure
author chewie@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 06 Aug 2008 22:24:57 +0000
parents 4a0efb7baf70
children
comparison
equal deleted inserted replaced
124:d5658e6c34f5 125:97d6946bd917
9 <Label text=" You can also execute this script with an Gui XML file as argument."/> 9 <Label text=" You can also execute this script with an Gui XML file as argument."/>
10 <HBox margins="0,0"> 10 <HBox margins="0,0">
11 <Button text="XML code"/> 11 <Button text="XML code"/>
12 </HBox> 12 </HBox>
13 <ScrollArea size="600,200"> 13 <ScrollArea size="600,200">
14 <TextBox name="xmlSource" filename="content/gui/all_widgets.xml"/> 14 <TextBox name="xmlSource" filename="gui/all_widgets.xml"/>
15 </ScrollArea> 15 </ScrollArea>
16 <Spacer /> 16 <Spacer />
17 </VBox> 17 </VBox>
18 </HBox> 18 </HBox>
19 <HBox> 19 <HBox>