Mercurial > fife-parpg
comparison clients/editor/gui/selection.xml @ 179:28532ae6f9f6
Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 30 Jan 2009 00:54:07 +0000 |
parents | clients/editor/content/gui/selection.xml@4a0efb7baf70 |
children | 51cc05d862f2 |
comparison
equal
deleted
inserted
replaced
178:7dc59bd3d6b1 | 179:28532ae6f9f6 |
---|---|
1 <Window title="Select an option"> | |
2 <VBox> | |
3 <ScrollArea size="150,300"> | |
4 <ListBox name="optionDrop"/> | |
5 </ScrollArea> | |
6 <HBox> | |
7 <Button name="okButton" text="OK"/> | |
8 <Button name="cancelButton" text="Cancel"/> | |
9 </HBox> | |
10 </VBox> | |
11 </Window> |