Mercurial > fife-parpg
comparison tools/editor/gui/layertool.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="Layertool" position="10,200" min_size="110, 150"> | |
2 <ScrollArea horizontal_scrollbar="0"> | |
3 <VBox name="layers_wrapper"> | |
4 <!-- Content is added dynamically here --> | |
5 </VBox> | |
6 </ScrollArea> | |
7 <HBox name="button_wrapper"> | |
8 <Spacer /> | |
9 <ImageButton name="add_layer_button" hexpand="0" offset="1,1" | |
10 helptext="Creates a new layer" | |
11 up_image="gui/icons/add_layer.png" down_image="gui/icons/add_layer.png" hover_image="gui/icons/add_layer.png" /> | |
12 <ImageButton name="edit_layer_button" hexpand="0" offset="1,1" | |
13 helptext="Edit selected layer" | |
14 up_image="gui/icons/edit.png" down_image="gui/icons/edit.png" hover_image="gui/icons/edit.png" /> | |
15 <ImageButton name="remove_layer_button" hexpand="0" offset="1,1" | |
16 helptext="Removes selected layer" | |
17 up_image="gui/icons/quit.png" down_image="gui/icons/quit.png" hover_image="gui/icons/quit.png" /> | |
18 </HBox> | |
19 </Panel> |