Mercurial > fife-parpg
comparison demos/pychan_demo/gui/scrollarea.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 <Window title="ScrollArea"> | |
2 <Label text="A bullet list in a ScrollArea" /> | |
3 <ScrollArea min_size="200,100"> | |
4 <VBox> | |
5 <HBox name="hbox1"> | |
6 <Button text="*"/><Spacer/><Label text="1. Documentation"/> | |
7 </HBox> | |
8 <HBox name="hbox2"> | |
9 <Button text="*"/><Spacer/><Label text="2. Documentation"/> | |
10 </HBox> | |
11 <HBox name="hbox3"> | |
12 <Button text="*"/><Spacer/><Label text="3. Documentation"/> | |
13 </HBox> | |
14 <HBox name="hbox4"> | |
15 <VBox> | |
16 <HBox name="hbox3_1"> | |
17 <Button text="*"/><Spacer/><Label text="3.1. Documentation"/> | |
18 </HBox> | |
19 <HBox name="hbox3_2"> | |
20 <Button text="*"/><Spacer/><Label text="3.2. Documentation"/> | |
21 </HBox> | |
22 <HBox name="hbox3_3"> | |
23 <Button text="*"/><Spacer/><Label text="3.3. Documentation"/> | |
24 </HBox> | |
25 </VBox> | |
26 </HBox> | |
27 <HBox name="hbox5"> | |
28 <Button text="*"/><Spacer/><Label text="1. Documentation"/> | |
29 </HBox> | |
30 </VBox> | |
31 </ScrollArea> | |
32 <HBox> | |
33 <Spacer /> | |
34 <Button name="okButton" text="Close"/> | |
35 </HBox> | |
36 </Window> |