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