messenger-gtk

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

message-sent.ui (3714B)


      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="message_box">
     27     <property name="visible">1</property>
     28     <child>
     29       <object class="HdyAvatar" id="sender_avatar">
     30         <property name="visible">True</property>
     31         <property name="can-focus">False</property>
     32         <property name="valign">end</property>
     33         <property name="size">36</property>
     34         <style>
     35           <class name="message-avatar"/>
     36         </style>
     37       </object>
     38       <packing>
     39         <property name="pack-type">end</property>
     40       </packing>
     41     </child>
     42     <child>
     43       <object class="GtkFrame">
     44         <property name="visible">1</property>
     45         <property name="shadow-type">none</property>
     46         <child>
     47           <object class="GtkBox" id="content_box">
     48             <property name="visible">1</property>
     49             <property name="orientation">vertical</property>
     50             <child>
     51               <object class="GtkFlowBox" id="tag_flow_box">
     52                 <property name="visible">1</property>
     53                 <property name="column-spacing">2</property>
     54                 <property name="min-children-per-line">1</property>
     55                 <property name="max-children-per-line">5</property>
     56                 <property name="selection-mode">none</property>
     57                 <property name="activate-on-single-click">0</property>
     58               </object>
     59               <packing>
     60                 <property name="pack-type">end</property>
     61               </packing>
     62             </child>
     63           </object>
     64         </child>
     65         <child type="label">
     66           <object class="GtkBox">
     67             <property name="visible">1</property>
     68             <property name="spacing">4</property>
     69             <child>
     70               <object class="GtkLabel" id="sender_label">
     71                 <property name="visible">1</property>
     72                 <property name="xalign">0</property>
     73                 <attributes>
     74                   <attribute name="weight" value="semibold"/>
     75                 </attributes>
     76               </object>
     77               <packing>
     78                 <property name="expand">1</property>
     79               </packing>
     80             </child>
     81             <child>
     82               <object class="GtkImage" id="private_image">
     83                 <property name="yalign">1</property>
     84                 <property name="icon-name">network-wireless-encrypted-symbolic</property>
     85               </object>
     86               <packing>
     87                 <property name="position">1</property>
     88               </packing>
     89             </child>
     90           </object>
     91         </child>
     92         <style>
     93           <class name="message-box"/>
     94           <class name="sent"/>
     95         </style>
     96       </object>
     97       <packing>
     98         <property name="pack-type">end</property>
     99         <property name="position">1</property>
    100       </packing>
    101     </child>
    102   </object>
    103 </interface>