|
From: <pla...@li...> - 2009-01-05 17:36:59
|
Revision: 162
http://planeshift3dmod.svn.sourceforge.net/planeshift3dmod/?rev=162&view=rev
Author: tuathanach
Date: 2009-01-05 17:36:55 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
Added Paths:
-----------
Tuathanach/data/gui/containerdesc.xml
Added: Tuathanach/data/gui/containerdesc.xml
===================================================================
--- Tuathanach/data/gui/containerdesc.xml (rev 0)
+++ Tuathanach/data/gui/containerdesc.xml 2009-01-05 17:36:55 UTC (rev 162)
@@ -0,0 +1,80 @@
+<widget_description>
+
+ <widget name="ContainerDescWindow" factory="pawsContainerDescWindow"
+ visible="no" movable="yes">
+ <frame x="100" y="100" width="180" height="320" border="yes"/>
+ <bgimage resource="Container Desc Background" />
+ <title resource="Blue Title" text="Examine" align="left" close_button="yes"/>
+
+ <widget name="SmallInvButton" factory="pawsButton" tooltip="Open Inventory">
+ <frame x="54" y="105" width="32" height="32"/>
+ <bgimage resource="InventoryBulk" alpha="0"/>
+ </widget>
+
+ <widget name="View" factory="pawsButton" id="11">
+ <frame x="14" y="105" width="32" height="32" />
+ <bgimage resource="view" />
+ </widget>
+
+ <widget name="Combine" factory="pawsButton" id="13" tooltip="Combine items in container">
+ <frame x="134" y="105" width="32" height="32" />
+ <bgimage resource="ButtonCombine" />
+ </widget>
+
+ <widget name="Inventory" factory="pawsButton" id="12" tooltip="Transfer to inventory">
+ <frame x="94" y="105" width="32" height="32" />
+ <bgimage resource="ExchangeAccept" />
+ </widget>
+
+
+
+ <widget name="ItemImage" factory="pawsWidget"
+ visible="no" >
+ <frame x="1" y="1" width="1" height="1" border="no"/>
+ </widget>
+
+
+ <widget name="ItemName" factory="pawsTextBox" >
+ <frame x="5" y="5" width="270" height="20"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="225" g="225" b="255" size="10" />
+ </widget>
+
+
+ <widget name="ItemDescription" factory="pawsMultiLineTextBox" >
+ <frame x="5" y="25" width="170" height="80" border="no"/>
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="225" g="255" b="225" size="8" />
+ </widget>
+
+ <widget name="BulkList" factory="pawsListBox" selectable="0">
+ <frame x="10" y="150" width="160" height="160" border="no"/>
+ <scrollbar heightmod="-1" />
+ <columns height="40" headings="no" >
+ <column width="40" >
+ <widget name="Bulk0" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="Bulk1" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="Bulk2" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ <column width="40" >
+ <widget name="Bulk3" factory="pawsSlot">
+ <frame x="0" y="0" width="40" height="40" />
+ <bgimage resource="ContainerBulk" alpha="0"/>
+ </widget>
+ </column>
+ </columns>
+ </widget>
+ </widget>
+
+</widget_description>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|