[gnome-chat] embed: Add the status area



commit d44b8574a461adaaa6a7eb739ee67e991906a92c
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Sep 11 13:41:14 2013 +0200

    embed: Add the status area

 src/chat-embed.ui |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/src/chat-embed.ui b/src/chat-embed.ui
index 57b26f4..00d8e4b 100644
--- a/src/chat-embed.ui
+++ b/src/chat-embed.ui
@@ -43,6 +43,32 @@
                     </child>
                   </object>
                 </child>
+                <child>
+                  <object class="GtkFrame" id="status_area">
+                    <property name="can_focus">False</property>
+                    <property name="visible">True</property>
+                    <child>
+                      <object class="GtkGrid" id="status_area_grid">
+                        <property name="can_focus">False</property>
+                        <property name="hexpand">True</property>
+                        <property name="orientation">horizontal</property>
+                        <property name="vexpand">False</property>
+                        <property name="visible">True</property>
+                        <child>
+                          <object class="GtkLabel" id="status_area_label">
+                            <property name="can_focus">False</property>
+                            <property name="ellipsize">end</property>
+                            <property name="halign">start</property>
+                            <property name="hexpand">True</property>
+                            <property name="valign">center</property>
+                            <property name="vexpand">True</property>
+                            <property name="visible">True</property>
+                          </object>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                </child>
               </object>
             </child>
           </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]