comparison clients/pychan_demo/content/gui/dynamic.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="Dynamic widgets.">
2 <Label text="ClickLabel text:" />
3 <ScrollArea size="200,100" vertical_scrollbar="0">
4 <TextBox name="labelText" text="Add some text here."/>
5 </ScrollArea>
6 <VBox name="labelBox" min_size="0,100" border_size="1" background_image="content/gui/background.png" opaque="0">
7 </VBox>
8 <HBox>
9 <Button name="addButton" text="Add one label!"/>
10 <Spacer />
11 <Button name="okButton" text="Close"/>
12 </HBox>
13 </Window>