pidgin/resources/Dialogs/addbuddy.ui

Fri, 28 Oct 2022 23:37:16 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 28 Oct 2022 23:37:16 -0500
changeset 41854
c1d7e7445b0f
parent 41633
162a1680c824
child 41864
6f490dec468f
permissions
-rw-r--r--

Avoid GtkComboBox-isms with PidginAccountChooser

Avoiding the `GtkComboBox` signal for the `PidginAccountChooser` signal will allow moving to newer widgets internally.

Testing Done:
Opened the dialogs that were changed here and verified that the chooser didn't break.

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

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 <object class="PidginAccountStore" id="account_store"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
29 <object class="PidginAccountFilterConnected" id="account_filter_connected">
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
30 <property name="child-model">account_store</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
32 <object class="GtkTreeModelFilter" id="filter">
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33 <property name="child-model">account_filter_connected</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
34 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 <template class="PidginAddBuddyDialog" parent="GtkDialog">
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
36 <property name="title" translatable="1">Add Buddy</property>
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
37 <property name="resizable">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
38 <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
39 <child internal-child="content_area">
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
40 <object class="GtkBox">
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
41 <property name="orientation">vertical</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 <property name="spacing">12</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
43 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
44 <object class="GtkLabel">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
45 <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
46 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
47 <property name="yalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
48 </object>
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 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
51 <object class="GtkLabel" id="spacer"/>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
52 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
53 <child>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
54 <object class="GtkBox">
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
55 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
56 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
57 <object class="GtkLabel" id="label1">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
58 <property name="label" translatable="1">A_ccount:</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
59 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
60 <property name="mnemonic-widget">account</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
61 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
62 <property name="yalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
63 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
64 </child>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
65 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
66 <object class="PidginAccountChooser" id="account">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
67 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
68 <property name="model">filter</property>
41854
c1d7e7445b0f Avoid GtkComboBox-isms with PidginAccountChooser
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41633
diff changeset
69 <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
70 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
71 <relation name="labelled-by">label1</relation>
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 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
74 </child>
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 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
78 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
79 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
80 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
81 <object class="GtkLabel" id="label2">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
82 <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
83 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
84 <property name="mnemonic-widget">username</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
85 <property name="xalign">0</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
86 <property name="yalign">0</property>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
87 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
88 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
89 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
90 <object class="GtkEntry" id="username">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
91 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
92 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
93 <property name="activates-default">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
94 <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
95 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
96 <relation name="labelled-by">label2</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
97 </accessibility>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
98 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
99 </child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
100 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
101 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
102 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
103 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
104 <property name="spacing">5</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
105 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
106 <object class="GtkLabel" id="label3">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
107 <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
108 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
109 <property name="mnemonic-widget">alias</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
110 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
111 <property name="yalign">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
112 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
113 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
114 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
115 <object class="GtkEntry" id="alias">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
116 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
117 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
118 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
119 <relation name="labelled-by">label3</relation>
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 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
122 </child>
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 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
126 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
127 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
128 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
129 <object class="GtkLabel" id="label4">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
130 <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
131 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
132 <property name="mnemonic-widget">message</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
133 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
134 <property name="yalign">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
135 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
136 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
137 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
138 <object class="GtkEntry" id="message">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
139 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
140 <property name="sensitive">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
141 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
142 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
143 <relation name="labelled-by">label4</relation>
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 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
146 </child>
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 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
150 <object class="GtkBox">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
151 <property name="spacing">5</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
152 <child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
153 <object class="GtkLabel" id="label5">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
154 <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
155 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
156 <property name="xalign">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
157 <property name="yalign">0</property>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
158 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
159 </child>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
160 <child>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
161 <object class="GtkComboBoxText" id="group">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
162 <property name="hexpand">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
163 <property name="has-entry">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
164 <accessibility>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
165 <relation name="labelled-by">label5</relation>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
166 </accessibility>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
167 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
168 </child>
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 <action-widgets>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
174 <action-widget response="-6">button1</action-widget>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
175 <action-widget response="-5">button2</action-widget>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
176 </action-widgets>
41588
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
177 <child type="action">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
178 <object class="GtkButton" id="button1">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
179 <property name="label" translatable="1">_Cancel</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
180 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
181 <property name="receives-default">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
182 <property name="use-underline">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
183 </object>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
184 </child>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
185 <child type="action">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
186 <object class="GtkButton" id="button2">
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
187 <property name="label" translatable="1">_Add</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
188 <property name="sensitive">0</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
189 <property name="focusable">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
190 <property name="receives-default">1</property>
1d0457d4b245 Fix up the add buddy dialog
Gary Kramlich <grim@reaperworld.com>
parents: 41561
diff changeset
191 <property name="use-underline">1</property>
41561
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
192 </object>
ac5416e7e4f5 Port PidginAddBuddyDialog to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41491
diff changeset
193 </child>
41491
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
194 </template>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
195 <object class="GtkSizeGroup">
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
196 <widgets>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
197 <widget name="label1"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
198 <widget name="label2"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
199 <widget name="label3"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
200 <widget name="label4"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
201 <widget name="label5"/>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
202 </widgets>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
203 </object>
565b31cc5238 Create PidginAddBuddyDialog.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
204 </interface>

mercurial