Fri, 12 Feb 2021 18:37:00 -0600
Use specific purple_debug_* functions
Instead of `purple_debug`. Also:
* remove `\n` at the end
* inline untar macros
Reviewed at https://reviews.imfreedom.org/r/490/
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
40246
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
2 | <!-- Generated with glade 3.22.1 |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
3 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
5 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
6 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
7 | This program is free software; you can redistribute it and/or |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
8 | modify it under the terms of the GNU General Public License |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
9 | as published by the Free Software Foundation; either version 2 |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
10 | of the License, or (at your option) any later version. |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
11 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
12 | This program is distributed in the hope that it will be useful, |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
15 | GNU General Public License for more details. |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
16 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
17 | You should have received a copy of the GNU General Public License |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
18 | along with this program; if not, write to the Free Software |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
20 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
21 | --> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | <interface> |
|
39931
4afa2de42dc7
Bump requires GTK to 3.20.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39673
diff
changeset
|
23 | <requires lib="gtk+" version="3.20"/> |
|
40246
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
24 | <!-- interface-license-type gplv2 --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
25 | <!-- interface-name Pidgin --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
26 | <!-- interface-description Internet Messenger --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
27 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
28 | <template class="PidginInviteDialog" parent="GtkDialog"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
29 | <property name="can_focus">False</property> |
|
39580
716c307bb9e3
Address issues from review:
Gary Kramlich <grim@reaperworld.com>
parents:
39577
diff
changeset
|
30 | <property name="border_width">6</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
31 | <property name="title" translatable="yes">Invite to conversation...</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
32 | <property name="resizable">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
33 | <property name="type_hint">dialog</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
34 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | <placeholder/> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
36 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | <child internal-child="vbox"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
38 | <object class="GtkBox"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
39 | <property name="can_focus">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
40 | <property name="orientation">vertical</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
41 | <property name="spacing">2</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | <child internal-child="action_area"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | <object class="GtkButtonBox"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | <property name="can_focus">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | <property name="layout_style">end</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
47 | <object class="GtkButton" id="button1"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | <property name="label" translatable="yes">Cancel</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | <property name="can_focus">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | <property name="receives_default">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
54 | <property name="expand">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
55 | <property name="fill">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
56 | <property name="position">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
57 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
58 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
59 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
60 | <object class="GtkButton" id="button2"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
61 | <property name="label" translatable="yes">Invite</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
62 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
63 | <property name="can_focus">True</property> |
|
39577
0dd1d673bbef
Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents:
39576
diff
changeset
|
64 | <property name="can_default">True</property> |
|
0dd1d673bbef
Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents:
39576
diff
changeset
|
65 | <property name="has_default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 | <property name="receives_default">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
67 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
68 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
69 | <property name="expand">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
70 | <property name="fill">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
71 | <property name="position">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
72 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
73 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
74 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
75 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
76 | <property name="expand">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
77 | <property name="fill">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
78 | <property name="position">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
79 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
80 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
81 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
82 | <object class="GtkGrid"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
83 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
84 | <property name="can_focus">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
85 | <property name="margin_bottom">6</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
86 | <property name="row_spacing">6</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
87 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
88 | <object class="GtkLabel"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
89 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
90 | <property name="can_focus">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
91 | <property name="label" translatable="yes">Please enter the name of the user you wish to invite, along with an optional invite message.</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
92 | <property name="wrap">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
93 | <property name="xalign">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
94 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
95 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
96 | <property name="left_attach">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
97 | <property name="top_attach">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
98 | <property name="width">2</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
99 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
100 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
101 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
102 | <object class="GtkLabel"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
103 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
104 | <property name="can_focus">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
105 | <property name="label" translatable="yes">Contact:</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
106 | <property name="xalign">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
107 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
108 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
109 | <property name="left_attach">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
110 | <property name="top_attach">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
111 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
112 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
113 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
114 | <object class="GtkLabel"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
115 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
116 | <property name="can_focus">False</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
117 | <property name="label" translatable="yes">Message:</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
118 | <property name="xalign">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
119 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
120 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
121 | <property name="left_attach">0</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
122 | <property name="top_attach">2</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
123 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
124 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
125 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
126 | <object class="GtkEntry" id="contact"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
127 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
128 | <property name="can_focus">True</property> |
|
39577
0dd1d673bbef
Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents:
39576
diff
changeset
|
129 | <property name="has_focus">True</property> |
|
0dd1d673bbef
Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents:
39576
diff
changeset
|
130 | <property name="activates_default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
131 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
132 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
133 | <property name="left_attach">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
134 | <property name="top_attach">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
135 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
136 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
137 | <child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
138 | <object class="GtkEntry" id="message"> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
139 | <property name="visible">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
140 | <property name="can_focus">True</property> |
|
39577
0dd1d673bbef
Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents:
39576
diff
changeset
|
141 | <property name="activates_default">True</property> |
|
39576
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
142 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
143 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
144 | <property name="left_attach">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
145 | <property name="top_attach">2</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
146 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
147 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
148 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
149 | <packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
150 | <property name="expand">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
151 | <property name="fill">True</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
152 | <property name="position">1</property> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
153 | </packing> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
154 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
155 | </object> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
156 | </child> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
157 | <action-widgets> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
158 | <action-widget response="-6">button1</action-widget> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
159 | <action-widget response="-3">button2</action-widget> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
160 | </action-widgets> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
161 | </template> |
|
9da340b66f6d
Start of the new invite widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
162 | </interface> |