Mercurial > fife-parpg
comparison clients/pychan_demo/gui/demoapp.xml @ 126:674bb162d93f
- moved old directories to new locations
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 06 Aug 2008 22:28:01 +0000 |
parents | clients/pychan_demo/content/gui/demoapp.xml@97d6946bd917 |
children | fe7ff4808529 |
comparison
equal
deleted
inserted
replaced
125:97d6946bd917 | 126:674bb162d93f |
---|---|
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="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> |