pidgin/resources/Roomlist/roomlist.ui

Wed, 25 May 2022 23:55:31 -0500

author
Belgin Știrbu <belginstirbu@hotmail.com>
date
Wed, 25 May 2022 23:55:31 -0500
branch
gtk4
changeset 41554
49216e79a56b
parent 41349
15aeaa1e84ec
child 41599
450080e4726a
permissions
-rw-r--r--

Port PidginRoomlistDialog to GTK4

Testing Done:
Compiled.

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

40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
2 <!--
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
3 Pidgin - Internet Messenger
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
4 Copyright (C) Pidgin Developers <devel@pidgin.im>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
5
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
6 This program is free software; you can redistribute it and/or
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
7 modify it under the terms of the GNU General Public License
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
8 as published by the Free Software Foundation; either version 2
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
9 of the License, or (at your option) any later version.
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
10
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
11 This program is distributed in the hope that it will be useful,
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
14 GNU General Public License for more details.
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
15
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
17 along with this library; if not, see <https://www.gnu.org/licenses/>.
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
18 -->
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
19
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
20 <interface>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
21 <requires lib="gtk" version="4.0"/>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
22 <requires lib="pidgin" version="3.0"/>
40534
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40250
diff changeset
23 <object class="PidginAccountStore" id="accounts"/>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
24 <template class="PidginRoomlistDialog" parent="GtkDialog">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
25 <property name="title" translatable="1">Room List</property>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
26 <property name="role">room list</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40534
diff changeset
27 <property name="type-hint">dialog</property>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
28 <signal name="close-request" handler="close_request_cb" swapped="no"/>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
29 <signal name="response" handler="pidgin_roomlist_response_cb" swapped="no"/>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
30 <child internal-child="content_area">
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
31 <object class="GtkBox">
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
32 <property name="orientation">vertical</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
33 <property name="spacing">2</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
34 <child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
35 <object class="GtkBox">
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
36 <property name="orientation">vertical</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
37 <property name="spacing">12</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
38 <child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
39 <object class="GtkBox">
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
40 <property name="spacing">5</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
41 <child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
42 <object class="GtkLabel" id="label1">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
43 <property name="halign">start</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
44 <property name="label" translatable="1">_Account:</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
45 <property name="use-underline">1</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40534
diff changeset
46 <property name="mnemonic-widget">account_widget</property>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
47 <accessibility>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
48 <relation type="label-for" target="account_widget"/>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
49 </accessibility>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
50 </object>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
51 </child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
52 <child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
53 <object class="PidginAccountChooser" id="account_widget">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
54 <property name="hexpand">1</property>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
55 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40534
diff changeset
56 <property name="can-focus">False</property>
40534
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40250
diff changeset
57 <property name="model">accounts</property>
8dad2981fb86 Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents: 40250
diff changeset
58 <property name="active">0</property>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
59 <property name="halign">fill</property>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
60 <signal name="changed" handler="dialog_select_account_cb" object="PidginRoomlistDialog" swapped="no"/>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
61 <accessibility>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
62 <relation type="labelled-by" target="label1"/>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
63 </accessibility>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
64 </object>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
65 </child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
66 </object>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
67 </child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
68 <child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
69 <object class="GtkScrolledWindow" id="sw">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
70 <property name="vexpand">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
71 <property name="focusable">1</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40534
diff changeset
72 <property name="shadow-type">in</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40534
diff changeset
73 <property name="min-content-height">250</property>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
74 <property name="valign">fill</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
75 <property name="child">
41349
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
76 <object class="GtkTreeView" id="tree">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
77 <property name="focusable">1</property>
41349
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
78 <property name="search-column">1</property>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
79 <signal name="button-press-event" handler="room_click_cb" object="PidginRoomlistDialog" swapped="no"/>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
80 <signal name="query-tooltip" handler="pidgin_roomlist_query_tooltip" object="PidginRoomlistDialog" swapped="no"/>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
81 <signal name="row-activated" handler="row_activated_cb" object="PidginRoomlistDialog" swapped="no"/>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
82 <child internal-child="selection">
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
83 <object class="GtkTreeSelection" id="tree_selection">
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
84 <signal name="changed" handler="selection_changed_cb" object="PidginRoomlistDialog" swapped="no"/>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
85 </object>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
86 </child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
87 <child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
88 <object class="GtkTreeViewColumn">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
89 <property name="title" translatable="1">Name</property>
41349
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
90 <child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
91 <object class="GtkCellRendererText"/>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
92 <attributes>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
93 <attribute name="markup">1</attribute>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
94 </attributes>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
95 </child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
96 </object>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
97 </child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
98 <child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
99 <object class="GtkTreeViewColumn">
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
100 <property name="title" translatable="1">Description</property>
41349
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
101 <child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
102 <object class="GtkCellRendererText"/>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
103 <attributes>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
104 <attribute name="markup">2</attribute>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
105 </attributes>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
106 </child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
107 </object>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
108 </child>
15aeaa1e84ec Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41013
diff changeset
109 </object>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
110 </property>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
111 </object>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
112 </child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
113 <child>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
114 <object class="GtkProgressBar" id="progress" />
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
115 </child>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
116 </object>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
117 </child>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
118 </object>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
119 </child>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
120 <child>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
121 <object class="GtkBox">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
122 <property name="valign">center</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
123 <property name="can-focus">False</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
124 <child type="action">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
125 <object class="GtkButton" id="stop_button">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
126 <property name="label">_Stop</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
127 <property name="sensitive">0</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
128 <property name="focusable">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
129 <property name="receives-default">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
130 <property name="use-underline">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
131 </object>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
132 <packing>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
133 <property name="expand">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
134 <property name="fill">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
135 <property name="position">0</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
136 </packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
137 </child>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
138 <child type="action">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
139 <object class="GtkButton" id="list_button">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
140 <property name="label" translatable="1">_Get List</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
141 <property name="focusable">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
142 <property name="receives-default">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
143 <property name="use-underline">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
144 </object>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
145 <packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
146 <property name="expand">True</property>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
147 <property name="fill">True</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
148 <property name="position">1</property>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
149 </packing>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
150 </child>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
151 <child type="action">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
152 <object class="GtkButton" id="add_button">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
153 <property name="label" translatable="1">_Add Chat</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
154 <property name="sensitive">0</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
155 <property name="focusable">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
156 <property name="receives-default">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
157 <property name="use-underline">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
158 </object>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
159 <packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
160 <property name="expand">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
161 <property name="fill">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
162 <property name="position">2</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
163 </packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
164 </child>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
165 <child type="action">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
166 <object class="GtkButton" id="join_button">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
167 <property name="label" translatable="1">_Join</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
168 <property name="sensitive">0</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
169 <property name="focusable">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
170 <property name="receives-default">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
171 <property name="use-underline">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
172 </object>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
173 <packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
174 <property name="expand">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
175 <property name="fill">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
176 <property name="position">3</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
177 </packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
178 </child>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
179 <child type="action">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
180 <object class="GtkButton" id="close_button">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
181 <property name="label">_Close</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
182 <property name="focusable">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
183 <property name="receives-default">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
184 <property name="use-underline">1</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
185 </object>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
186 <packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
187 <property name="expand">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
188 <property name="fill">True</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
189 <property name="position">4</property>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
190 </packing>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
191 </child>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
192 </object>
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
193 </child>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
194 <action-widgets>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
195 <action-widget response="0">stop_button</action-widget>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
196 <action-widget response="1">list_button</action-widget>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
197 <action-widget response="2">add_button</action-widget>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
198 <action-widget response="3">join_button</action-widget>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
199 <action-widget response="-6">close_button</action-widget>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
200 </action-widgets>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
201 </template>
41554
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
202 <menu id="popover_menu">
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
203 <item>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
204 <attribute name="label" translatable="yes">_Join</attribute>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
205 <attribute name="action">roomlist.join</attribute>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
206 </item>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
207 <item>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
208 <attribute name="label" translatable="yes">_Add</attribute>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
209 <attribute name="action">roomlist.add</attribute>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
210 </item>
49216e79a56b Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents: 41349
diff changeset
211 </menu>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
212 </interface>

mercurial