Mercurial > fife-parpg
comparison clients/editor/content/gui/filebrowser.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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4a0efb7baf70 |
---|---|
1 <Window title="File Browser"> | |
2 <HBox> | |
3 <VBox> | |
4 <Label name="dirLabel" text="Directories:"/> | |
5 <ScrollArea size="200,300"> | |
6 <ListBox name="dirList"/> | |
7 </ScrollArea> | |
8 </VBox> | |
9 <VBox name="fileColumn"> | |
10 <Label name="fileLabel" text="Files:"/> | |
11 <ScrollArea size="200,300"> | |
12 <ListBox name="fileList"/> | |
13 </ScrollArea> | |
14 </VBox> | |
15 <VBox> | |
16 <Button name="selectButton" text="Select"/> | |
17 <Spacer /> | |
18 <Button name="closeButton" text="Close"/> | |
19 </VBox> | |
20 </HBox> | |
21 </Window> |