messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

contact_entry.ui (3172B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- Generated with glade 3.40.0
      3 
      4 Copyright (C) 2021‑‑2025 GNUnet e.V.
      5 
      6 GNUnet is free software: you can redistribute it and/or modify it
      7 under the terms of the GNU Affero General Public License as published
      8 by the Free Software Foundation, either version 3 of the License,
      9 or (at your option) any later version.
     10 
     11 GNUnet is distributed in the hope that it will be useful, but
     12 WITHOUT ANY WARRANTY; without even the implied warranty of
     13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 Affero General Public License for more details.
     15 
     16 You should have received a copy of the GNU Affero General Public License
     17 along with this program.  If not, see <http://www.gnu.org/licenses/>.
     18 
     19 SPDX-License-Identifier: AGPL3.0-or-later
     20 Author: Tobias Frisch
     21 
     22 -->
     23 <interface>
     24   <requires lib="gtk+" version="3.24"/>
     25   <requires lib="libhandy" version="1.2"/>
     26   <object class="GtkBox" id="entry_box">
     27     <property name="visible">1</property>
     28     <property name="spacing">8</property>
     29     <child>
     30       <object class="HdyAvatar" id="entry_avatar">
     31         <property name="visible">True</property>
     32         <property name="can-focus">False</property>
     33         <property name="size">48</property>
     34       </object>
     35     </child>
     36     <child>
     37       <object class="GtkBox">
     38         <property name="visible">1</property>
     39         <property name="border-width">2</property>
     40         <property name="orientation">vertical</property>
     41         <property name="spacing">2</property>
     42         <child>
     43           <object class="GtkLabel" id="title_label">
     44             <property name="visible">1</property>
     45             <property name="wrap">1</property>
     46             <property name="wrap-mode">word-char</property>
     47             <property name="ellipsize">end</property>
     48             <property name="xalign">0</property>
     49             <property name="yalign">1</property>
     50             <attributes>
     51               <attribute name="weight" value="bold"/>
     52             </attributes>
     53           </object>
     54           <packing>
     55             <property name="expand">1</property>
     56           </packing>
     57         </child>
     58         <child>
     59           <object class="GtkLabel" id="subtitle_label">
     60             <property name="visible">1</property>
     61             <property name="wrap">1</property>
     62             <property name="wrap-mode">word-char</property>
     63             <property name="ellipsize">end</property>
     64             <property name="max-width-chars">48</property>
     65             <property name="xalign">0</property>
     66             <attributes>
     67               <attribute name="weight" value="semilight"/>
     68             </attributes>
     69             <style>
     70               <class name="profile-key"/>
     71             </style>
     72           </object>
     73           <packing>
     74             <property name="pack-type">end</property>
     75             <property name="position">1</property>
     76           </packing>
     77         </child>
     78       </object>
     79       <packing>
     80         <property name="expand">1</property>
     81         <property name="pack-type">end</property>
     82         <property name="position">1</property>
     83       </packing>
     84     </child>
     85     <style>
     86       <class name="contact-entry"/>
     87     </style>
     88   </object>
     89 </interface>