comparison clients/pychan_demo/content/gui/demoapp.xml @ 0:4a0efb7baf70

* Datasets becomes the new trunk and retires after that :-)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 29 Jun 2008 18:44:17 +0000
parents
children 97d6946bd917
comparison
equal deleted inserted replaced
-1:000000000000 0:4a0efb7baf70
1 <Window title="This is the PyChan demo application.">
2 <VBox>
3 <HBox>
4 <ScrollArea size="200,500">
5 <ListBox name="demoList" min_size="100,100" />
6 </ScrollArea>
7 <VBox margins="0,0">
8 <Label text=" Select one example from the listbox and press 'Start Example'"/>
9 <Label text=" You can also execute this script with an Gui XML file as argument."/>
10 <HBox margins="0,0">
11 <Button text="XML code"/>
12 </HBox>
13 <ScrollArea size="600,200">
14 <TextBox name="xmlSource" filename="content/gui/all_widgets.xml"/>
15 </ScrollArea>
16 <Spacer />
17 </VBox>
18 </HBox>
19 <HBox>
20 <ClickLabel name="creditsLink" text="Credits"/>
21 <Spacer />
22 <Button name="closeButton" text="Quit Demo"/>
23 </HBox>
24 </VBox>
25 </Window>