Mercurial > fife-parpg
comparison tools/editor/gui/cameradialog.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="Camera Editor" min_size="250, 100"> | |
2 <VBox hexpand="1"> | |
3 <HBox> | |
4 <!-- Should be replaced with a dropdown box containing open maps --> | |
5 <Label name="mapLabel" text="Map ID:" min_size="100, 10" /> | |
6 <TextField name="mapBox" min_size="100, 10" /> | |
7 </HBox> | |
8 <HBox> | |
9 <!-- Should be replaced with a dropdown box containing available layers in map --> | |
10 <Label name="layerLabel" text="Layer ID:" min_size="100, 10" /> | |
11 <TextField name="layerBox" min_size="100, 10" /> | |
12 </HBox> | |
13 | |
14 <Spacer fixed_size="10" /> | |
15 <HBox> | |
16 <Spacer /> | |
17 <Label text="Camera settings" /> | |
18 <Spacer /> | |
19 </HBox> | |
20 <HBox> | |
21 <Label name="idLabel" text="Camera ID:" min_size="100, 10" /> | |
22 <TextField name="idBox" min_size="100, 10" /> | |
23 </HBox> | |
24 <HBox> | |
25 <Label name="viewLabel" text="Viewport ('x,y,w,h'):" min_size="100, 10" /> | |
26 <TextField name="viewBox" text="0,0,640,480" min_size="100, 10" /> | |
27 </HBox> | |
28 | |
29 <HBox> | |
30 <Label name="refLabel" text="Reference cell:" min_size="100, 10" /> | |
31 <Label name="refWLabel" text="Width:" hexpand="0" /> | |
32 <TextField name="refwBox" min_size="40, 10" /> | |
33 </HBox> | |
34 <HBox> | |
35 <Spacer min_size="100" /> | |
36 <Label name="refHLabel" text="Height:" hexpand="0" /> | |
37 <TextField name="refhBox" min_size="40, 10" /> | |
38 </HBox> | |
39 <HBox> | |
40 <Label name="rotLabel" text="Rotation:" min_size="100, 10" /> | |
41 <TextField name="rotBox" text="0" min_size="100, 10" /> | |
42 </HBox> | |
43 <HBox> | |
44 <Label name="tiltLabel" text="Tilt:" min_size="100, 10" /> | |
45 <TextField name="tiltBox" text="0" min_size="100, 10" /> | |
46 </HBox> | |
47 </VBox> | |
48 <Spacer /> | |
49 <HBox> | |
50 <Button name="okButton" text="OK"/> | |
51 <Button name="cancelButton" text="Cancel"/> | |
52 </HBox> | |
53 </Panel> |