Thu, 30 Dec 2021 20:33:28 -0600
Add the status box to the conversation window
Testing Done:
Ran and played around with stuff.
Reviewed at https://reviews.imfreedom.org/r/1165/
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40577
diff
changeset
|
2 | <!-- Generated with glade 3.38.2 |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | This program is free software; you can redistribute it and/or |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | modify it under the terms of the GNU General Public License |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | as published by the Free Software Foundation; either version 2 |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
10 | of the License, or (at your option) any later version. |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 | |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
12 | This program is distributed in the hope that it will be useful, |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
15 | GNU General Public License for more details. |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
16 | |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
17 | You should have received a copy of the GNU General Public License |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40577
diff
changeset
|
18 | along with this program; if not, write to the Free Software |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40577
diff
changeset
|
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
20 | |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
21 | --> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | <interface> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
23 | <requires lib="gtk+" version="3.24"/> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
24 | <requires lib="pidgin" version="3.0"/> |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
25 | <!-- interface-license-type gplv2 --> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
26 | <!-- interface-name Pidgin --> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
27 | <!-- interface-description Internet Messenger --> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
28 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
29 | <object class="GtkTreeStore" id="model"> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
30 | <columns> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
31 | <!-- column-name conversation --> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
32 | <column type="GObject"/> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
33 | <!-- column-name icon --> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
34 | <column type="GdkPixbuf"/> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
35 | <!-- column-name markup --> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
36 | <column type="gchararray"/> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
37 | </columns> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
38 | </object> |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
39 | <template class="PidginConversationWindow" parent="GtkApplicationWindow"> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40577
diff
changeset
|
40 | <property name="can-focus">False</property> |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
41 | <property name="role">conversation</property> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | <child> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | <object class="GtkBox" id="vbox"> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40577
diff
changeset
|
45 | <property name="can-focus">False</property> |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | <property name="orientation">vertical</property> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
47 | <child> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
48 | <object class="GtkPaned" id="paned"> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
49 | <property name="visible">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
50 | <property name="can-focus">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
51 | <property name="position">100</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
52 | <child> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
53 | <object class="GtkBox"> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
54 | <property name="visible">True</property> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
55 | <property name="can-focus">False</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
56 | <property name="border-width">6</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
57 | <property name="orientation">vertical</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
58 | <property name="spacing">6</property> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
59 | <child> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
60 | <object class="PidginStatusBox"> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
61 | <property name="visible">True</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
62 | <property name="can-focus">False</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
63 | </object> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
64 | <packing> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
65 | <property name="expand">False</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
66 | <property name="fill">True</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
67 | <property name="position">0</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
68 | </packing> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
69 | </child> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
70 | <child> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
71 | <object class="GtkScrolledWindow"> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
72 | <property name="visible">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
73 | <property name="can-focus">True</property> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
74 | <property name="shadow-type">out</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
75 | <property name="propagate-natural-width">True</property> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
76 | <child> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
77 | <object class="GtkTreeView" id="view"> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
78 | <property name="visible">True</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
79 | <property name="can-focus">True</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
80 | <property name="model">model</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
81 | <property name="headers-visible">False</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
82 | <property name="search-column">2</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
83 | <child internal-child="selection"> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
84 | <object class="GtkTreeSelection"> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
85 | <signal name="changed" handler="pidgin_conversation_window_selection_changed" object="PidginConversationWindow" swapped="no"/> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
86 | </object> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
87 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
88 | <child> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
89 | <object class="GtkTreeViewColumn" id="markup"> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
90 | <child> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
91 | <object class="GtkCellRendererPixbuf" id="icon"/> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
92 | <attributes> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
93 | <attribute name="pixbuf">1</attribute> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
94 | </attributes> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
95 | </child> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
96 | <child> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
97 | <object class="GtkCellRendererText" id="name"/> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
98 | <attributes> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
99 | <attribute name="markup">2</attribute> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
100 | </attributes> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
101 | </child> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
102 | </object> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
103 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
104 | </object> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
105 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
106 | </object> |
|
41223
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
107 | <packing> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
108 | <property name="expand">True</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
109 | <property name="fill">True</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
110 | <property name="position">1</property> |
|
e75da8f45164
Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
41184
diff
changeset
|
111 | </packing> |
|
41184
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
112 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
113 | </object> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
114 | <packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
115 | <property name="resize">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
116 | <property name="shrink">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
117 | </packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
118 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
119 | <child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
120 | <object class="GtkStack" id="stack"> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
121 | <property name="visible">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
122 | <property name="can-focus">False</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
123 | <child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
124 | <object class="GtkLabel"> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
125 | <property name="visible">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
126 | <property name="can-focus">False</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
127 | <property name="label" translatable="yes">Select a conversation to chat!</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
128 | </object> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
129 | <packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
130 | <property name="name">__empty__</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
131 | <property name="title" translatable="yes">__empty__</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
132 | </packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
133 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
134 | </object> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
135 | <packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
136 | <property name="resize">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
137 | <property name="shrink">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
138 | </packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
139 | </child> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
140 | </object> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
141 | <packing> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
142 | <property name="expand">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
143 | <property name="fill">True</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
144 | <property name="pack-type">end</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
145 | <property name="position">0</property> |
|
05b5c210352b
Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents:
40824
diff
changeset
|
146 | </packing> |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
147 | </child> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
148 | </object> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
149 | </child> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
150 | </template> |
|
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
151 | </interface> |