Mercurial > fife-parpg
comparison clients/pychan_demo/gui/demoapp.xml @ 255:51cc05d862f2
Merged editor_rewrite branch to trunk.
This contains changes that may break compatibility against existing clients.
For a list of changes that may affect your client, see: http://wiki.fifengine.de/Changes_to_pychan_and_FIFE_in_editor_rewrite_branch
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Jun 2009 16:00:02 +0000 |
parents | 756b895e1dab |
children |
comparison
equal
deleted
inserted
replaced
254:10b5f7f36dd4 | 255:51cc05d862f2 |
---|---|
1 <Window title="This is the PyChan demo application. "><!--[PyChanのてすとです: ÜÖÄ]"--> | 1 <VBox hexpand="1"><!--[PyChanのてすとです: ÜÖÄ]"--> |
2 <Label text="This is the PyChan demo application. "/> | |
3 <HBox vexpand="1"> | |
4 <ScrollArea> | |
5 <ListBox name="demoList"/> | |
6 </ScrollArea> | |
7 <VBox margins="0,0" hexpand="2"> | |
8 <Label text=" Select one example from the listbox."/> | |
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> | |
14 <TextBox name="xmlSource" font="FreeMono" filename="gui/all_widgets.xml"/> | |
15 </ScrollArea> | |
16 </VBox> | |
17 </HBox> | |
2 <HBox> | 18 <HBox> |
3 <Slider size="100,15" name="slider" orientation="0" scale_start="0.1" scale_end="1.5" base_color="93,161,102" /> | 19 <ClickLabel name="creditsLink" text="Credits"/> |
4 <Label name="slider_desc" text="Move the slider!" /> | 20 <Button name="closeButton" text="Quit Demo"/> |
5 <TextBox name="slider_value" text="0" base_color="0,0,0,0"/> | |
6 </HBox> | 21 </HBox> |
7 <VBox> | 22 </VBox> |
8 <HBox> | |
9 <ScrollArea size="200,500"> | |
10 <ListBox name="demoList" min_size="100,100" /> | |
11 </ScrollArea> | |
12 <VBox margins="0,0"> | |
13 <Label text=" Select one example from the listbox and press 'Start Example'"/> | |
14 <Label text=" You can also execute this script with an Gui XML file as argument."/> | |
15 <HBox margins="0,0"> | |
16 <Button text="XML code"/> | |
17 </HBox> | |
18 <ScrollArea size="600,200"> | |
19 <TextBox name="xmlSource" filename="gui/all_widgets.xml"/> | |
20 </ScrollArea> | |
21 <Spacer /> | |
22 </VBox> | |
23 </HBox> | |
24 <HBox> | |
25 <ClickLabel name="creditsLink" text="Credits"/> | |
26 <Spacer /> | |
27 <Button name="closeButton" text="Quit Demo"/> | |
28 </HBox> | |
29 </VBox> | |
30 </Window> |