pidgin/resources/Dialogs/addbuddy.ui

Sat, 05 Nov 2022 03:13:47 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sat, 05 Nov 2022 03:13:47 -0500
changeset 41896
6ff3224e40da
parent 41864
6f490dec468f
child 41901
55a099a1e619
permissions
-rw-r--r--

Use response names in .ui dialog files

Also set the account editor Save button to be the `suggested-action`.

Testing Done:
Opened most dialogs.

Reviewed at https://reviews.imfreedom.org/r/2039/

41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 <!-- Generated with glade 3.38.2
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 Pidgin - Internet Messenger
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 This program is free software; you can redistribute it and/or
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 modify it under the terms of the GNU General Public License
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 as published by the Free Software Foundation; either version 2
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10 of the License, or (at your option) any later version.
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12 This program is distributed in the hope that it will be useful,
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15 GNU General Public License for more details.
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
16
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
18 along with this program; if not, see <https://www.gnu.org/licenses/>.
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
19
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20 -->
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 <interface>
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
22 <requires lib="gtk" version="4.0"/>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
23 <requires lib="pidgin" version="3.0"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
24 <!-- interface-license-type gplv2 -->
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
25 <!-- interface-name Pidgin -->
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 <!-- interface-description Internet Messenger -->
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28 <template class="PidginAddBuddyDialog" parent="GtkDialog">
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
29 <property name="title" translatable="1">Add Buddy</property>
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
30 <property name="resizable">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 <signal name="response" handler="pidgin_add_buddy_dialog_response_cb" swapped="no"/>
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
32 <child internal-child="content_area">
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33 <object class="GtkBox">
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
34 <property name="orientation">vertical</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 <property name="spacing">12</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
36 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
37 <object class="GtkLabel">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
38 <property name="label" translatable="1">Add a buddy.</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
39 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
40 <property name="yalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
41 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
42 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
43 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
44 <object class="GtkLabel" id="spacer"/>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
45 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
46 <child>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 <object class="GtkBox">
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
48 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
49 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
50 <object class="GtkLabel" id="label1">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
51 <property name="label" translatable="1">A_ccount:</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
52 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
53 <property name="mnemonic-widget">account</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
54 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
55 <property name="yalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
56 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
57 </child>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
58 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
59 <object class="PidginAccountChooser" id="account">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
60 <property name="hexpand">1</property>
41864
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
61 <property name="filter">
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
62 <object class="GtkEveryFilter">
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
63 <child>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
64 <object class="GtkCustomFilter" id="filter"/>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
65 </child>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
66 <child>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
67 <object class="PidginAccountFilterConnected"/>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
68 </child>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
69 </object>
6f490dec468f Move PidginAccountChooser to GtkDropDown
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41854
diff changeset
70 </property>
41854
c1d7e7445b0f Avoid GtkComboBox-isms with PidginAccountChooser
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41633
diff changeset
71 <signal name="notify::account" handler="pidgin_add_buddy_dialog_account_changed_cb" swapped="no"/>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
72 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
73 <relation name="labelled-by">label1</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
74 </accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
75 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
76 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
77 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
78 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
79 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
80 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
81 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
82 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
83 <object class="GtkLabel" id="label2">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
84 <property name="label" translatable="1">Buddy&apos;s _username:</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
85 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
86 <property name="mnemonic-widget">username</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
87 <property name="xalign">0</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
88 <property name="yalign">0</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
89 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
91 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
92 <object class="GtkEntry" id="username">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
93 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
94 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
95 <property name="activates-default">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
96 <signal name="changed" handler="pidgin_add_buddy_dialog_username_changed_cb" object="PidginAddBuddyDialog" swapped="no"/>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
97 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
98 <relation name="labelled-by">label2</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
99 </accessibility>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
100 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
101 </child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
102 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
103 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
104 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
105 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
106 <property name="spacing">5</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
107 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
108 <object class="GtkLabel" id="label3">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
109 <property name="label" translatable="1">(Optional) A_lias:</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
110 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
111 <property name="mnemonic-widget">alias</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
112 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
113 <property name="yalign">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
114 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
115 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
116 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
117 <object class="GtkEntry" id="alias">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
118 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
119 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
120 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
121 <relation name="labelled-by">label3</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
122 </accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
123 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
124 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
125 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
126 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
127 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
128 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
129 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
130 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
131 <object class="GtkLabel" id="label4">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
132 <property name="label" translatable="1">(Optional) _Invite message:</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
133 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
134 <property name="mnemonic-widget">message</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
135 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
136 <property name="yalign">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
137 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
138 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
139 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
140 <object class="GtkEntry" id="message">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
141 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
142 <property name="sensitive">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
143 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
144 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
145 <relation name="labelled-by">label4</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
146 </accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
147 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
148 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
149 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
150 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
151 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
152 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
153 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
154 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
155 <object class="GtkLabel" id="label5">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
156 <property name="label" translatable="1">Add buddy to _group:</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
157 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
158 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
159 <property name="yalign">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
160 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
161 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
162 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
163 <object class="GtkComboBoxText" id="group">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
164 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
165 <property name="has-entry">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
166 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
167 <relation name="labelled-by">label5</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
168 </accessibility>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
169 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
170 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
171 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
172 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
173 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
174 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
175 <action-widgets>
41896
6ff3224e40da Use response names in .ui dialog files
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41864
diff changeset
176 <action-widget response="cancel">button1</action-widget>
6ff3224e40da Use response names in .ui dialog files
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41864
diff changeset
177 <action-widget response="ok">button2</action-widget>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
178 </action-widgets>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
179 <child type="action">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
180 <object class="GtkButton" id="button1">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
181 <property name="label" translatable="1">_Cancel</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
182 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
183 <property name="receives-default">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
184 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
185 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
186 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
187 <child type="action">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
188 <object class="GtkButton" id="button2">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
189 <property name="label" translatable="1">_Add</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
190 <property name="sensitive">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
191 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
192 <property name="receives-default">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
193 <property name="use-underline">1</property>
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
194 </object>
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
195 </child>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
196 </template>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
197 <object class="GtkSizeGroup">
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
198 <widgets>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
199 <widget name="label1"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
200 <widget name="label2"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
201 <widget name="label3"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
202 <widget name="label4"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
203 <widget name="label5"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
204 </widgets>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
205 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
206 </interface>

mercurial