| 18 along with this program; if not, write to the Free Software |
18 along with this program; if not, write to the Free Software |
| 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 |
20 |
| 21 --> |
21 --> |
| 22 <interface> |
22 <interface> |
| 23 <requires lib="gtk+" version="3.20"/> |
23 <requires lib="gtk+" version="3.22"/> |
| 24 <!-- interface-license-type gplv2 --> |
24 <!-- interface-license-type gplv2 --> |
| 25 <!-- interface-name Pidgin --> |
25 <!-- interface-name Pidgin --> |
| 26 <!-- interface-description Internet Messenger --> |
26 <!-- interface-description Internet Messenger --> |
| 27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 28 <template class="PidginInviteDialog" parent="GtkDialog"> |
28 <template class="PidginInviteDialog" parent="GtkDialog"> |
| 29 <property name="can_focus">False</property> |
29 <property name="can-focus">False</property> |
| 30 <property name="border_width">6</property> |
30 <property name="border-width">6</property> |
| 31 <property name="title" translatable="yes">Invite to conversation...</property> |
31 <property name="title" translatable="yes">Invite to conversation...</property> |
| 32 <property name="resizable">False</property> |
32 <property name="resizable">False</property> |
| 33 <property name="type_hint">dialog</property> |
33 <property name="type-hint">dialog</property> |
| 34 <child> |
|
| 35 <placeholder/> |
|
| 36 </child> |
|
| 37 <child internal-child="vbox"> |
34 <child internal-child="vbox"> |
| 38 <object class="GtkBox"> |
35 <object class="GtkBox"> |
| 39 <property name="can_focus">False</property> |
36 <property name="can-focus">False</property> |
| 40 <property name="orientation">vertical</property> |
37 <property name="orientation">vertical</property> |
| 41 <property name="spacing">2</property> |
38 <property name="spacing">2</property> |
| 42 <child internal-child="action_area"> |
39 <child internal-child="action_area"> |
| 43 <object class="GtkButtonBox"> |
40 <object class="GtkButtonBox"> |
| 44 <property name="can_focus">False</property> |
41 <property name="can-focus">False</property> |
| 45 <property name="layout_style">end</property> |
42 <property name="layout-style">end</property> |
| 46 <child> |
43 <child> |
| 47 <object class="GtkButton" id="button1"> |
44 <object class="GtkButton" id="button1"> |
| 48 <property name="label" translatable="yes">Cancel</property> |
45 <property name="label" translatable="yes">Cancel</property> |
| 49 <property name="visible">True</property> |
46 <property name="visible">True</property> |
| 50 <property name="can_focus">True</property> |
47 <property name="can-focus">True</property> |
| 51 <property name="receives_default">True</property> |
48 <property name="receives-default">True</property> |
| 52 </object> |
49 </object> |
| 53 <packing> |
50 <packing> |
| 54 <property name="expand">True</property> |
51 <property name="expand">True</property> |
| 55 <property name="fill">True</property> |
52 <property name="fill">True</property> |
| 56 <property name="position">0</property> |
53 <property name="position">0</property> |
| 58 </child> |
55 </child> |
| 59 <child> |
56 <child> |
| 60 <object class="GtkButton" id="button2"> |
57 <object class="GtkButton" id="button2"> |
| 61 <property name="label" translatable="yes">Invite</property> |
58 <property name="label" translatable="yes">Invite</property> |
| 62 <property name="visible">True</property> |
59 <property name="visible">True</property> |
| 63 <property name="can_focus">True</property> |
60 <property name="can-focus">True</property> |
| 64 <property name="can_default">True</property> |
61 <property name="can-default">True</property> |
| 65 <property name="has_default">True</property> |
62 <property name="has-default">True</property> |
| 66 <property name="receives_default">True</property> |
63 <property name="receives-default">True</property> |
| 67 </object> |
64 </object> |
| 68 <packing> |
65 <packing> |
| 69 <property name="expand">True</property> |
66 <property name="expand">True</property> |
| 70 <property name="fill">True</property> |
67 <property name="fill">True</property> |
| 71 <property name="position">1</property> |
68 <property name="position">1</property> |
| 77 <property name="fill">False</property> |
74 <property name="fill">False</property> |
| 78 <property name="position">0</property> |
75 <property name="position">0</property> |
| 79 </packing> |
76 </packing> |
| 80 </child> |
77 </child> |
| 81 <child> |
78 <child> |
| |
79 <!-- n-columns=3 n-rows=3 --> |
| 82 <object class="GtkGrid"> |
80 <object class="GtkGrid"> |
| 83 <property name="visible">True</property> |
81 <property name="visible">True</property> |
| 84 <property name="can_focus">False</property> |
82 <property name="can-focus">False</property> |
| 85 <property name="margin_bottom">6</property> |
83 <property name="margin-bottom">6</property> |
| 86 <property name="row_spacing">6</property> |
84 <property name="row-spacing">6</property> |
| 87 <child> |
85 <child> |
| 88 <object class="GtkLabel"> |
86 <object class="GtkLabel"> |
| 89 <property name="visible">True</property> |
87 <property name="visible">True</property> |
| 90 <property name="can_focus">False</property> |
88 <property name="can-focus">False</property> |
| 91 <property name="label" translatable="yes">Please enter the name of the user you wish to invite, along with an optional invite message.</property> |
89 <property name="label" translatable="yes">Please enter the name of the user you wish to invite, along with an optional invite message.</property> |
| 92 <property name="wrap">True</property> |
90 <property name="wrap">True</property> |
| 93 <property name="xalign">0</property> |
91 <property name="xalign">0</property> |
| 94 </object> |
92 </object> |
| 95 <packing> |
93 <packing> |
| 96 <property name="left_attach">0</property> |
94 <property name="left-attach">0</property> |
| 97 <property name="top_attach">0</property> |
95 <property name="top-attach">0</property> |
| 98 <property name="width">2</property> |
96 <property name="width">2</property> |
| 99 </packing> |
97 </packing> |
| 100 </child> |
98 </child> |
| 101 <child> |
99 <child> |
| 102 <object class="GtkLabel"> |
100 <object class="GtkLabel"> |
| 103 <property name="visible">True</property> |
101 <property name="visible">True</property> |
| 104 <property name="can_focus">False</property> |
102 <property name="can-focus">False</property> |
| 105 <property name="label" translatable="yes">Contact:</property> |
103 <property name="label" translatable="yes">Contact:</property> |
| 106 <property name="xalign">0</property> |
104 <property name="xalign">0</property> |
| 107 </object> |
105 </object> |
| 108 <packing> |
106 <packing> |
| 109 <property name="left_attach">0</property> |
107 <property name="left-attach">0</property> |
| 110 <property name="top_attach">1</property> |
108 <property name="top-attach">1</property> |
| 111 </packing> |
109 </packing> |
| 112 </child> |
110 </child> |
| 113 <child> |
111 <child> |
| 114 <object class="GtkLabel"> |
112 <object class="GtkLabel"> |
| 115 <property name="visible">True</property> |
113 <property name="visible">True</property> |
| 116 <property name="can_focus">False</property> |
114 <property name="can-focus">False</property> |
| 117 <property name="label" translatable="yes">Message:</property> |
115 <property name="label" translatable="yes">Message:</property> |
| 118 <property name="xalign">0</property> |
116 <property name="xalign">0</property> |
| 119 </object> |
117 </object> |
| 120 <packing> |
118 <packing> |
| 121 <property name="left_attach">0</property> |
119 <property name="left-attach">0</property> |
| 122 <property name="top_attach">2</property> |
120 <property name="top-attach">2</property> |
| 123 </packing> |
121 </packing> |
| 124 </child> |
122 </child> |
| 125 <child> |
123 <child> |
| 126 <object class="GtkEntry" id="contact"> |
124 <object class="GtkEntry" id="contact"> |
| 127 <property name="visible">True</property> |
125 <property name="visible">True</property> |
| 128 <property name="can_focus">True</property> |
126 <property name="can-focus">True</property> |
| 129 <property name="has_focus">True</property> |
127 <property name="has-focus">True</property> |
| 130 <property name="activates_default">True</property> |
128 <property name="activates-default">True</property> |
| 131 </object> |
129 </object> |
| 132 <packing> |
130 <packing> |
| 133 <property name="left_attach">1</property> |
131 <property name="left-attach">1</property> |
| 134 <property name="top_attach">1</property> |
132 <property name="top-attach">1</property> |
| 135 </packing> |
133 </packing> |
| 136 </child> |
134 </child> |
| 137 <child> |
135 <child> |
| 138 <object class="GtkEntry" id="message"> |
136 <object class="GtkEntry" id="message"> |
| 139 <property name="visible">True</property> |
137 <property name="visible">True</property> |
| 140 <property name="can_focus">True</property> |
138 <property name="can-focus">True</property> |
| 141 <property name="activates_default">True</property> |
139 <property name="activates-default">True</property> |
| 142 </object> |
140 </object> |
| 143 <packing> |
141 <packing> |
| 144 <property name="left_attach">1</property> |
142 <property name="left-attach">1</property> |
| 145 <property name="top_attach">2</property> |
143 <property name="top-attach">2</property> |
| 146 </packing> |
144 </packing> |
| |
145 </child> |
| |
146 <child> |
| |
147 <placeholder/> |
| |
148 </child> |
| |
149 <child> |
| |
150 <placeholder/> |
| |
151 </child> |
| |
152 <child> |
| |
153 <placeholder/> |
| 147 </child> |
154 </child> |
| 148 </object> |
155 </object> |
| 149 <packing> |
156 <packing> |
| 150 <property name="expand">True</property> |
157 <property name="expand">True</property> |
| 151 <property name="fill">True</property> |
158 <property name="fill">True</property> |