Mercurial > fife-parpg
comparison demos/pychan_demo/gui/demoapp.xml @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
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> | |
18 <HBox> | |
19 <ClickLabel name="creditsLink" text="Credits"/> | |
20 <Button name="closeButton" text="Quit Demo"/> | |
21 </HBox> | |
22 </VBox> |