Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gtk/chat.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk/chat.ui')
-rw-r--r--src/gtk/chat.ui18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gtk/chat.ui b/src/gtk/chat.ui
index 233c362..6959d45 100644
--- a/src/gtk/chat.ui
+++ b/src/gtk/chat.ui
@@ -52,6 +52,15 @@
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<child>
+ <object class="GtkButton">
+ <property name="icon-name">mail-attachment</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <signal name="clicked" handler="attach_file"/>
+ </object>
+ </child>
+ <child>
<object class="GtkEntry" id="text_entry">
<property name="halign">fill</property>
<property name="hexpand">True</property>
@@ -62,6 +71,15 @@
<signal name="activate" handler="entry_activate"/>
</object>
</child>
+ <child>
+ <object class="GtkButton">
+ <property name="icon-name">mail-forward</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <signal name="clicked" handler="entry_activate"/>
+ </object>
+ </child>
</object>
</property>
</object>