comparison clients/pychan_demo/gui/scrollarea.xml @ 159:c305c5eda7ed

Fix for scrollarea bug.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 14 Oct 2008 08:30:20 +0000
parents
children 2cdce58c1109
comparison
equal deleted inserted replaced
158:63de2dea08e6 159:c305c5eda7ed
1 <Window title="ScrollArea">
2 <Label text="A bullet list in a ScrollArea" />
3 <ScrollArea size="400,200">
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>