summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-25 04:36:06 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-25 04:36:06 +0200
commit3eb7e7688dea39fa83f41c1f9aba79a962ef1a15 (patch)
tree91d91bfb779f2d502d88af1e5dec53f5fab23905 /data
parentd5adf274c137bef22d5695d4a280e10068edcb0e (diff)
downloadephraim-3eb7e7688dea39fa83f41c1f9aba79a962ef1a15.tar
ephraim-3eb7e7688dea39fa83f41c1f9aba79a962ef1a15.zip
Create conversation tabs for new conversations
Diffstat (limited to 'data')
-rw-r--r--data/ephraim.glade42
1 files changed, 42 insertions, 0 deletions
diff --git a/data/ephraim.glade b/data/ephraim.glade
index c4f2740..1b53b1b 100644
--- a/data/ephraim.glade
+++ b/data/ephraim.glade
@@ -129,4 +129,46 @@
</object>
</child>
</object>
+ <object class="GtkVBox" id="Conversation">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="ConversationTitle">
+ <property name="visible">True</property>
+ <property name="ypad">5</property>
+ <property name="label" translatable="yes">label</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkViewport" id="viewport1">
+ <property name="visible">True</property>
+ <property name="resize_mode">queue</property>
+ <child>
+ <object class="GtkTextView" id="ConversationContent">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">False</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="ConversationEntry">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </object>
</interface>