pidgin/resources/Status/editor.ui

Tue, 07 Mar 2023 00:22:36 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 07 Mar 2023 00:22:36 -0600
changeset 42127
18acb99a0fa6
parent 42094
2707c81648a0
child 42189
4784cd60a1f8
permissions
-rw-r--r--

Convert PurpleRequestGroup into a GObject

And go through with the renaming of `PurpleRequestFieldGroup` to `PurpleRequestGroup`.

Also, this now implements `GListModel`, but nothing is yet updated to use that.

Testing Done:
Compiled, and opened Request Fields from Demo protocol.

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

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"/>
42094
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
21 <requires lib="Talkatu" version="0.2.0"/>
41356
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>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
43 <object class="GtkLabel" id="label1">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
44 <property name="label" translatable="1">_Title:</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
45 <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
46 <property name="xalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 <property name="yalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 <property name="mnemonic-widget">title</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 </child>
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 <object class="GtkEntry" id="title">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
53 <property name="hexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
54 <property name="focusable">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
55 <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
56 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
57 </child>
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 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
61 <object class="GtkBox">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
62 <property name="vexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
63 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
64 <object class="GtkLabel" id="label2">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
65 <property name="label" translatable="1">St_atus:</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
66 <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
67 <property name="xalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
68 <property name="yalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
69 <property name="mnemonic-widget">primitive</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
70 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
71 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
73 <object class="PidginStatusPrimitiveChooser" id="primitive">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
74 <property name="hexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
75 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
77 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
78 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
79 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
80 <object class="GtkBox">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
81 <property name="vexpand">1</property>
41356
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 class="GtkLabel" id="label3">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
84 <property name="label" translatable="1">_Message:</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
85 <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
86 <property name="xalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
87 <property name="yalign">0</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
88 <property name="mnemonic-widget">message</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
89 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
91 <child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
92 <object class="TalkatuEditor">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
93 <property name="hexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
94 <property name="orientation">vertical</property>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
95 <property name="vexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
96 <child internal-child="send_button">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
97 <object class="GtkButton">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
98 <property name="visible">0</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
99 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
100 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
101 <child internal-child="toolbar">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
102 <object class="TalkatuToolbar"/>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
103 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
104 <child internal-child="input">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
105 <object class="TalkatuInput" id="message">
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
106 <property name="buffer">buffer</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
107 <property name="hexpand">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
108 <property name="vexpand">1</property>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
109 <property name="width-request">450</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
110 <property name="wrap-mode">word</property>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
111 </object>
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 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
114 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
115 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
116 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
117 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
118 </child>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
119 </object>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
120 </child>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
121 <child type="action">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
122 <object class="GtkButton" id="cancel">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
123 <property name="label" translatable="1">_Cancel</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
124 <property name="focusable">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
125 <property name="receives-default">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
126 <property name="use-underline">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
127 </object>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
128 </child>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
129 <child type="action">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
130 <object class="GtkButton" id="use">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
131 <property name="label" translatable="1">_Use</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
132 <property name="focusable">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
133 <property name="receives-default">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
134 <property name="sensitive">0</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
135 <property name="use-underline">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
136 </object>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
137 </child>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
138 <child type="action">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
139 <object class="GtkButton" id="save">
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
140 <property name="label" translatable="1">_Save</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
141 <property name="focusable">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
142 <property name="receives-default">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
143 <property name="sensitive">0</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
144 <property name="use-underline">1</property>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
145 </object>
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
146 </child>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
147 <action-widgets>
41544
53ba39406c86 Port PidginStatusEditor to GTK4
Gary Kramlich <grim@reaperworld.com>
parents: 41356
diff changeset
148 <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
149 <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
150 <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
151 </action-widgets>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
152 </template>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
153 <object class="GtkSizeGroup">
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
154 <widgets>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
155 <widget name="label1"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
156 <widget name="label2"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
157 <widget name="label3"/>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
158 </widgets>
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
159 </object>
42094
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
160 <object class="TalkatuBuffer" id="buffer">
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
161 <property name="action-group">
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
162 <object class="TalkatuActionGroup">
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
163 <property name="format">html</property>
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
164 <property name="buffer">buffer</property>
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
165 </object>
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
166 </property>
2707c81648a0 Update to talkatu 0.2.0
Gary Kramlich <grim@reaperworld.com>
parents: 41925
diff changeset
167 </object>
41356
9753153c49fc Add a new templated PidginStatusEditor and wire it up.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
168 </interface>

mercurial