diff options
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_conversation_gtk_main_window.glade | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade index ee3484d0..2672f308 100644 --- a/contrib/gnunet_conversation_gtk_main_window.glade +++ b/contrib/gnunet_conversation_gtk_main_window.glade | |||
@@ -1,14 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <interface> | 2 | <interface> |
3 | <!-- interface-requires gtk+ 3.0 --> | 3 | <!-- interface-requires gtk+ 3.0 --> |
4 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
5 | <columns> | ||
6 | <!-- column-name contactName --> | ||
7 | <column type="gchararray"/> | ||
8 | <!-- column-name contactType --> | ||
9 | <column type="gchararray"/> | ||
10 | </columns> | ||
11 | </object> | ||
12 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> | 4 | <object class="GtkWindow" id="GNUNET_GTK_conversation_window"> |
13 | <property name="can_focus">False</property> | 5 | <property name="can_focus">False</property> |
14 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> | 6 | <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property> |
@@ -147,7 +139,17 @@ | |||
147 | </packing> | 139 | </packing> |
148 | </child> | 140 | </child> |
149 | <child> | 141 | <child> |
150 | <placeholder/> | 142 | <object class="GtkImage" id="GNUNET_GTK_status_icon"> |
143 | <property name="visible">True</property> | ||
144 | <property name="can_focus">False</property> | ||
145 | <property name="tooltip_text" translatable="yes">Status indicator</property> | ||
146 | <property name="icon_name">bluefish</property> | ||
147 | </object> | ||
148 | <packing> | ||
149 | <property name="expand">False</property> | ||
150 | <property name="fill">True</property> | ||
151 | <property name="position">2</property> | ||
152 | </packing> | ||
151 | </child> | 153 | </child> |
152 | <child> | 154 | <child> |
153 | <placeholder/> | 155 | <placeholder/> |
@@ -422,6 +424,14 @@ | |||
422 | </object> | 424 | </object> |
423 | </child> | 425 | </child> |
424 | </object> | 426 | </object> |
427 | <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_liststore"> | ||
428 | <columns> | ||
429 | <!-- column-name contactName --> | ||
430 | <column type="gchararray"/> | ||
431 | <!-- column-name contactType --> | ||
432 | <column type="gchararray"/> | ||
433 | </columns> | ||
434 | </object> | ||
425 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_treestore"> | 435 | <object class="GtkTreeStore" id="gnunet_conversation_gtk_contacts_treestore"> |
426 | <columns> | 436 | <columns> |
427 | <!-- column-name contactName --> | 437 | <!-- column-name contactName --> |