| 13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 GNU General Public License for more details. |
14 GNU General Public License for more details. |
| 16 |
15 |
| 17 You should have received a copy of the GNU General Public License |
16 You should have received a copy of the GNU General Public License |
| 18 along with this program; if not, see <https://www.gnu.org/licenses/>. |
17 along with this library; if not, see <https://www.gnu.org/licenses/>. |
| 19 |
|
| 20 --> |
18 --> |
| 21 <interface> |
19 <interface> |
| 22 <requires lib="gtk+" version="3.22"/> |
20 <requires lib="gtk" version="4.0"/> |
| 23 <requires lib="pidgin" version="3.0"/> |
21 <requires lib="pidgin" version="3.0"/> |
| 24 <!-- interface-license-type gplv2 --> |
22 <!-- interface-license-type gplv2 --> |
| 25 <!-- interface-name Pidgin --> |
23 <!-- interface-name Pidgin --> |
| 26 <!-- interface-description Internet Messenger --> |
24 <!-- interface-description Internet Messenger --> |
| 27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 28 <template class="PidginInfoPane" parent="GtkBox"> |
26 <template class="PidginInfoPane" parent="GtkBox"> |
| 29 <property name="visible">True</property> |
|
| 30 <property name="can-focus">False</property> |
|
| 31 <child> |
27 <child> |
| 32 <object class="GtkBox" id="hbox"> |
28 <object class="GtkBox" id="hbox"> |
| 33 <property name="visible">True</property> |
|
| 34 <property name="can-focus">False</property> |
|
| 35 <property name="spacing">6</property> |
29 <property name="spacing">6</property> |
| 36 <child> |
30 <child> |
| 37 <object class="PidginPresenceIcon" id="presence_icon"> |
31 <object class="PidginPresenceIcon" id="presence_icon"> |
| 38 <property name="visible">True</property> |
|
| 39 <property name="can-focus">False</property> |
|
| 40 <property name="fallback">chat</property> |
32 <property name="fallback">chat</property> |
| 41 <property name="icon_size">3</property> |
|
| 42 </object> |
33 </object> |
| 43 <packing> |
|
| 44 <property name="expand">False</property> |
|
| 45 <property name="fill">True</property> |
|
| 46 <property name="position">0</property> |
|
| 47 </packing> |
|
| 48 </child> |
34 </child> |
| 49 <child> |
35 <child> |
| 50 <object class="GtkBox"> |
36 <object class="GtkBox"> |
| 51 <property name="visible">True</property> |
37 <property name="hexpand">1</property> |
| 52 <property name="can-focus">False</property> |
38 <property name="halign">fill</property> |
| 53 <property name="orientation">vertical</property> |
39 <property name="orientation">vertical</property> |
| 54 <child> |
40 <child> |
| 55 <object class="GtkLabel" id="name"> |
41 <object class="GtkLabel" id="name"> |
| 56 <property name="visible">True</property> |
42 <property name="label" translatable="1">[Place Holder]</property> |
| 57 <property name="can-focus">False</property> |
|
| 58 <property name="label" translatable="yes">[Place Holder]</property> |
|
| 59 <property name="xalign">0</property> |
43 <property name="xalign">0</property> |
| 60 <attributes> |
44 <attributes> |
| 61 <attribute name="weight" value="bold"/> |
45 <attribute name="weight" value="bold"></attribute> |
| 62 <attribute name="scale" value="1.2"/> |
46 <attribute name="scale" value="1.2"></attribute> |
| 63 </attributes> |
47 </attributes> |
| 64 </object> |
48 </object> |
| 65 <packing> |
|
| 66 <property name="expand">False</property> |
|
| 67 <property name="fill">True</property> |
|
| 68 <property name="position">0</property> |
|
| 69 </packing> |
|
| 70 </child> |
49 </child> |
| 71 <child> |
50 <child> |
| 72 <object class="GtkLabel" id="topic"> |
51 <object class="GtkLabel" id="topic"> |
| 73 <property name="visible">True</property> |
52 <property name="wrap">1</property> |
| 74 <property name="can-focus">False</property> |
|
| 75 <property name="wrap">True</property> |
|
| 76 <property name="xalign">0</property> |
53 <property name="xalign">0</property> |
| 77 </object> |
54 </object> |
| 78 <packing> |
|
| 79 <property name="expand">False</property> |
|
| 80 <property name="fill">True</property> |
|
| 81 <property name="position">1</property> |
|
| 82 </packing> |
|
| 83 </child> |
55 </child> |
| 84 </object> |
56 </object> |
| 85 <packing> |
|
| 86 <property name="expand">True</property> |
|
| 87 <property name="fill">True</property> |
|
| 88 <property name="position">1</property> |
|
| 89 </packing> |
|
| 90 </child> |
57 </child> |
| 91 <child> |
58 <child> |
| 92 <object class="PidginAvatar" id="avatar"> |
59 <object class="PidginAvatar" id="avatar"> |
| 93 <property name="visible">True</property> |
|
| 94 <property name="can-focus">False</property> |
|
| 95 </object> |
60 </object> |
| 96 <packing> |
|
| 97 <property name="expand">False</property> |
|
| 98 <property name="fill">True</property> |
|
| 99 <property name="pack-type">end</property> |
|
| 100 <property name="position">2</property> |
|
| 101 </packing> |
|
| 102 </child> |
61 </child> |
| 103 </object> |
62 </object> |
| 104 <packing> |
|
| 105 <property name="expand">True</property> |
|
| 106 <property name="fill">True</property> |
|
| 107 <property name="position">0</property> |
|
| 108 </packing> |
|
| 109 </child> |
63 </child> |
| 110 </template> |
64 </template> |
| 111 </interface> |
65 </interface> |