| 28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 29 <object class="GtkTreeStore" id="model"> |
29 <object class="GtkTreeStore" id="model"> |
| 30 <columns> |
30 <columns> |
| 31 <!-- column-name conversation --> |
31 <!-- column-name conversation --> |
| 32 <column type="GObject"/> |
32 <column type="GObject"/> |
| |
33 <!-- column-name name --> |
| |
34 <column type="gchararray"/> |
| 33 <!-- column-name icon --> |
35 <!-- column-name icon --> |
| 34 <column type="GdkPixbuf"/> |
36 <column type="GdkPixbuf"/> |
| 35 <!-- column-name markup --> |
37 <!-- column-name markup --> |
| 36 <column type="gchararray"/> |
38 <column type="gchararray"/> |
| 37 </columns> |
39 </columns> |
| 77 <object class="GtkTreeView" id="view"> |
79 <object class="GtkTreeView" id="view"> |
| 78 <property name="visible">True</property> |
80 <property name="visible">True</property> |
| 79 <property name="can-focus">True</property> |
81 <property name="can-focus">True</property> |
| 80 <property name="model">model</property> |
82 <property name="model">model</property> |
| 81 <property name="headers-visible">False</property> |
83 <property name="headers-visible">False</property> |
| 82 <property name="search-column">2</property> |
84 <property name="search-column">3</property> |
| 83 <child internal-child="selection"> |
85 <child internal-child="selection"> |
| 84 <object class="GtkTreeSelection"> |
86 <object class="GtkTreeSelection"> |
| 85 <signal name="changed" handler="pidgin_conversation_window_selection_changed" object="PidginConversationWindow" swapped="no"/> |
87 <signal name="changed" handler="pidgin_conversation_window_selection_changed" object="PidginConversationWindow" swapped="no"/> |
| 86 </object> |
88 </object> |
| 87 </child> |
89 </child> |
| 88 <child> |
90 <child> |
| 89 <object class="GtkTreeViewColumn" id="markup"> |
91 <object class="GtkTreeViewColumn" id="markup"> |
| 90 <child> |
92 <child> |
| 91 <object class="GtkCellRendererPixbuf" id="icon"/> |
93 <object class="GtkCellRendererPixbuf" id="icon"/> |
| 92 <attributes> |
94 <attributes> |
| 93 <attribute name="pixbuf">1</attribute> |
95 <attribute name="pixbuf">2</attribute> |
| 94 </attributes> |
96 </attributes> |
| 95 </child> |
97 </child> |
| 96 <child> |
98 <child> |
| 97 <object class="GtkCellRendererText" id="name"/> |
99 <object class="GtkCellRendererText" id="name"/> |
| 98 <attributes> |
100 <attributes> |
| 99 <attribute name="markup">2</attribute> |
101 <attribute name="markup">3</attribute> |
| 100 </attributes> |
102 </attributes> |
| 101 </child> |
103 </child> |
| 102 </object> |
104 </object> |
| 103 </child> |
105 </child> |
| 104 </object> |
106 </object> |
| 129 <packing> |
131 <packing> |
| 130 <property name="name">__empty__</property> |
132 <property name="name">__empty__</property> |
| 131 <property name="title" translatable="yes">__empty__</property> |
133 <property name="title" translatable="yes">__empty__</property> |
| 132 </packing> |
134 </packing> |
| 133 </child> |
135 </child> |
| |
136 <child> |
| |
137 <object class="PidginNotificationList" id="notification_list"> |
| |
138 <property name="visible">True</property> |
| |
139 <property name="can-focus">False</property> |
| |
140 <property name="orientation">vertical</property> |
| |
141 <child> |
| |
142 <placeholder/> |
| |
143 </child> |
| |
144 </object> |
| |
145 <packing> |
| |
146 <property name="name">__notifications__</property> |
| |
147 <property name="title" translatable="yes">notifications</property> |
| |
148 <property name="position">1</property> |
| |
149 </packing> |
| |
150 </child> |
| 134 </object> |
151 </object> |
| 135 <packing> |
152 <packing> |
| 136 <property name="resize">True</property> |
153 <property name="resize">True</property> |
| 137 <property name="shrink">True</property> |
154 <property name="shrink">True</property> |
| 138 </packing> |
155 </packing> |