summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-11-21 03:35:25 +0000
committerJakob Bornecrantz <wallbraker@gmail.com>2009-11-28 21:42:32 +0000
commit7bc8bc88df414f0de8d41293c163a46814fda28c (patch)
treee8eae375fac3a2633f2c873590c55567a7a19eb1 /res
parent1660c30b40629583ef1308d43342c48e2d8dfefa (diff)
Show some info about the texture
Diffstat (limited to 'res')
-rw-r--r--res/main.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/res/main.xml b/res/main.xml
index b9d9cf3..0baadcd 100644
--- a/res/main.xml
+++ b/res/main.xml
@@ -12,6 +12,10 @@
<column type="gchararray"/>
<!-- column-name pixbuf -->
<column type="GdkPixbuf"/>
+ <!-- column-name short_string -->
+ <column type="gchararray"/>
+ <!-- column-name long_string -->
+ <column type="gchararray"/>
</columns>
</object>
<object class="GtkWindow" id="window">
@@ -239,8 +243,8 @@
<property name="headers_clickable">False</property>
<property name="search_column">0</property>
<child>
- <object class="GtkTreeViewColumn" id="col_string">
- <property name="title">Name</property>
+ <object class="GtkTreeViewColumn" id="col_type">
+ <property name="title">Type</property>
</object>
</child>
<child>
@@ -253,6 +257,11 @@
<property name="sizing">autosize</property>
</object>
</child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_info">
+ <property name="title">Info</property>
+ </object>
+ </child>
</object>
</child>
</object>