Mercurial > fife-parpg
view tools/editor/gui/layertool.xml @ 646:07b1cf8e92b5
* Major improvements to fife_math.h and added corresponding Python bindings. Users now have access to FIFE's internal math functions. These functions are recommended to be used by all clients if required. Note: this may cause some problems with certain compilers. I hope this wont have to be reverted. TODO: remove the static constant globals somehow.
* Adopted the new math functions for all subsystems
* Improvements to DeviceCaps. It now detects all possible screen modes.
* User can now select 0 for their bpp and it will attempt to initialize SDL with the current screen bpp.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 13 Oct 2010 20:24:48 +0000 |
parents | 64738befdf3b |
children |
line wrap: on
line source
<Panel title="Layertool" position="10,200" min_size="110, 150"> <ScrollArea horizontal_scrollbar="0"> <VBox name="layers_wrapper"> <!-- Content is added dynamically here --> </VBox> </ScrollArea> <HBox name="button_wrapper"> <Spacer /> <ImageButton name="add_layer_button" hexpand="0" offset="1,1" helptext="Creates a new layer" up_image="gui/icons/add_layer.png" down_image="gui/icons/add_layer.png" hover_image="gui/icons/add_layer.png" /> <ImageButton name="edit_layer_button" hexpand="0" offset="1,1" helptext="Edit selected layer" up_image="gui/icons/edit.png" down_image="gui/icons/edit.png" hover_image="gui/icons/edit.png" /> <ImageButton name="remove_layer_button" hexpand="0" offset="1,1" helptext="Removes selected layer" up_image="gui/icons/quit.png" down_image="gui/icons/quit.png" hover_image="gui/icons/quit.png" /> </HBox> </Panel>