Mercurial > fife-parpg
view clients/pychan_demo/gui/demoapp.xml @ 324:e249fa887259
* Split EventListener into several internal subclasses. This fixes issue with multiple inheritance where each BaseClass.__init__() call would overwrite the previous one. This meant that you could only add EventListener to one type of event managers.
* MapView now adds maps and layers to EventListener
* LayerEditor should now fetch only NameClash exceptions when creating or editing layers
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 21 Aug 2009 14:39:54 +0000 |
parents | 51cc05d862f2 |
children |
line wrap: on
line source
<VBox hexpand="1"><!--[PyChanのてすとです: ÜÖÄ]"--> <Label text="This is the PyChan demo application. "/> <HBox vexpand="1"> <ScrollArea> <ListBox name="demoList"/> </ScrollArea> <VBox margins="0,0" hexpand="2"> <Label text=" Select one example from the listbox."/> <Label text=" You can also execute this script with an Gui XML file as argument."/> - <HBox margins="0,0"> <Button text="XML code"/> </HBox> <ScrollArea> <TextBox name="xmlSource" font="FreeMono" filename="gui/all_widgets.xml"/> </ScrollArea> </VBox> </HBox> <HBox> <ClickLabel name="creditsLink" text="Credits"/> <Button name="closeButton" text="Quit Demo"/> </HBox> </VBox>