pidgin/resources/Status/editor.ui

Tue, 23 Aug 2022 02:54:58 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 23 Aug 2022 02:54:58 -0500
branch
gtk4
changeset 41576
f8771a229df1
parent 41574
5c79e2bb862b
child 41629
f617ffec2950
permissions
-rw-r--r--

Port account manager to GTK4

Testing Done:
Opened manager, clicked on all the dialog buttons, and checked for no warnings. Did not check that adding/removing, or changing options really worked.

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

41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
2 <!--
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 Pidgin - Internet Messenger
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 Copyright (C) Pidgin Developers <devel@pidgin.im>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6 This program is free software; you can redistribute it and/or
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 modify it under the terms of the GNU General Public License
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 as published by the Free Software Foundation; either version 2
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 of the License, or (at your option) any later version.
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11 This program is distributed in the hope that it will be useful,
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 GNU General Public License for more details.
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
16 You should have received a copy of the GNU General Public License
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
17 along with this library; if not, see <https://www.gnu.org/licenses/>.
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
18 -->
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
19 <interface>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
20 <requires lib="gtk" version="4.0"/>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 <requires lib="Talkatu" version="0.1"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
22 <requires lib="pidgin" version="3.0"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
23 <!-- interface-license-type gplv2 -->
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
24 <!-- interface-name Pidgin -->
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
25 <!-- interface-description Internet Messenger -->
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 <template class="PidginStatusEditor" parent="GtkDialog">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
28 <property name="title" translatable="1">Status</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
29 <property name="destroy-with-parent">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
30 <signal name="response" handler="pidgin_status_editor_response_cb" swapped="no"/>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
31 <child internal-child="content_area">
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
32 <object class="GtkBox">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33 <property name="orientation">vertical</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
34 <property name="spacing">2</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
36 <object class="GtkBox">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
37 <property name="vexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
38 <property name="orientation">vertical</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
39 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
40 <object class="GtkBox">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
41 <property name="vexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
42 <property name="valign">GTK_ALIGN_FILL</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
43 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
44 <object class="GtkLabel" id="label1">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
45 <property name="label" translatable="1">_Title:</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
46 <property name="use-underline">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 <property name="xalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 <property name="yalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 <property name="mnemonic-widget">title</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
52 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
53 <object class="GtkEntry" id="title">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
54 <property name="hexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
55 <property name="halign">GTK_ALIGN_FILL</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
56 <property name="focusable">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
57 <signal name="changed" handler="pidgin_status_editor_title_changed_cb" object="PidginStatusEditor" swapped="no"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
58 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
59 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
60 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
61 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
62 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
63 <object class="GtkBox">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
64 <property name="vexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
65 <property name="valign">GTK_ALIGN_FILL</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
66 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
67 <object class="GtkLabel" id="label2">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
68 <property name="label" translatable="1">St_atus:</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
69 <property name="use-underline">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
70 <property name="xalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
71 <property name="yalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 <property name="mnemonic-widget">primitive</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
73 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
74 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
75 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 <object class="PidginStatusPrimitiveChooser" id="primitive">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
77 <property name="hexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
78 <property name="halign">GTK_ALIGN_FILL</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
79 <property name="id-column">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
80 <property name="model">primitive_store</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
81 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
82 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
83 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
84 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
85 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
86 <object class="GtkBox">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
87 <property name="vexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
88 <property name="valign">GTK_ALIGN_FILL</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
89 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 <object class="GtkLabel" id="label3">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
91 <property name="label" translatable="1">_Message:</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
92 <property name="use-underline">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
93 <property name="xalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
94 <property name="yalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
95 <property name="mnemonic-widget">message</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
96 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
97 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
98 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
99 <object class="TalkatuEditor">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
100 <property name="halign">GTK_ALIGN_FILL</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
101 <property name="hexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
102 <property name="orientation">vertical</property>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
103 <property name="valign">GTK_ALIGN_FILL</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
104 <property name="vexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
105 <child internal-child="send_button">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
106 <object class="GtkButton">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
107 <property name="visible">0</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
108 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
109 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
110 <child internal-child="toolbar">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
111 <object class="TalkatuToolbar"/>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
112 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
113 <child internal-child="input">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
114 <object class="TalkatuInput" id="message">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
115 <property name="buffer">buffer</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
116 <property name="halign">GTK_ALIGN_FILL</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
117 <property name="hexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
118 <property name="valign">GTK_ALIGN_FILL</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
119 <property name="vexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
120 <property name="width-request">450</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
121 <property name="wrap-mode">word</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
122 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
123 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
124 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
125 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
126 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
127 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
128 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
129 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
130 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
131 </child>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
132 <child type="action">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
133 <object class="GtkButton" id="cancel">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
134 <property name="label" translatable="1">_Cancel</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
135 <property name="focusable">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
136 <property name="receives-default">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
137 <property name="use-underline">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
138 </object>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
139 </child>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
140 <child type="action">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
141 <object class="GtkButton" id="use">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
142 <property name="label" translatable="1">_Use</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
143 <property name="focusable">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
144 <property name="receives-default">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
145 <property name="sensitive">0</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
146 <property name="use-underline">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
147 </object>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
148 </child>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
149 <child type="action">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
150 <object class="GtkButton" id="save">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
151 <property name="label" translatable="1">_Save</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
152 <property name="focusable">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
153 <property name="receives-default">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
154 <property name="sensitive">0</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
155 <property name="use-underline">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
156 </object>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
157 </child>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
158 <action-widgets>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
159 <action-widget response="cancel">cancel</action-widget>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
160 <action-widget response="0">use</action-widget>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
161 <action-widget response="1">save</action-widget>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
162 </action-widgets>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
163 </template>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
164 <object class="GtkSizeGroup">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
165 <widgets>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
166 <widget name="label1"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
167 <widget name="label2"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
168 <widget name="label3"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
169 </widgets>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
170 </object>
41574
5c79e2bb862b Port status stuff to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41544
diff changeset
171 <object class="TalkatuHtmlBuffer" id="buffer"/>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
172 <object class="PidginStatusPrimitiveStore" id="primitive_store"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
173 </interface>

mercurial