messenger-gtk

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

accounts.ui (4762B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!-- Generated with glade 3.40.0
      3 
      4 Copyright (C) 2022‑‑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   <object class="GtkDialog" id="accounts_dialog">
     26     <property name="title" translatable="yes">Accounts</property>
     27     <property name="modal">1</property>
     28     <property name="type-hint">dialog</property>
     29     <child internal-child="vbox">
     30       <object class="GtkBox">
     31         <property name="orientation">vertical</property>
     32         <property name="spacing">2</property>
     33         <child internal-child="action_area">
     34           <object class="GtkButtonBox">
     35             <property name="layout-style">end</property>
     36             <child>
     37               <object class="GtkButton" id="close_button">
     38                 <property name="label" translatable="yes">Close</property>
     39                 <property name="visible">1</property>
     40                 <property name="can-focus">1</property>
     41                 <property name="receives-default">1</property>
     42               </object>
     43               <packing>
     44                 <property name="expand">1</property>
     45               </packing>
     46             </child>
     47           </object>
     48           <packing>
     49             <property name="fill">0</property>
     50           </packing>
     51         </child>
     52         <child>
     53           <object class="GtkScrolledWindow">
     54             <property name="width-request">300</property>
     55             <property name="height-request">270</property>
     56             <property name="visible">1</property>
     57             <property name="can-focus">1</property>
     58             <property name="shadow-type">in</property>
     59             <child>
     60               <object class="GtkViewport">
     61                 <property name="visible">1</property>
     62                 <child>
     63                   <object class="GtkListBox" id="accounts_listbox">
     64                     <property name="visible">1</property>
     65                     <property name="selection-mode">none</property>
     66                     <child>
     67                       <object class="GtkListBoxRow">
     68                         <property name="visible">1</property>
     69                         <property name="can-focus">1</property>
     70                         <property name="selectable">0</property>
     71                         <child>
     72                           <object class="GtkBox">
     73                             <property name="visible">1</property>
     74                             <property name="spacing">8</property>
     75                             <child>
     76                               <object class="GtkImage">
     77                                 <property name="width-request">36</property>
     78                                 <property name="height-request">36</property>
     79                                 <property name="visible">1</property>
     80                                 <property name="icon-name">list-add-symbolic</property>
     81                                 <property name="icon-size">3</property>
     82                               </object>
     83                             </child>
     84                             <child>
     85                               <object class="GtkLabel">
     86                                 <property name="visible">1</property>
     87                                 <property name="label" translatable="yes">Add Account</property>
     88                               </object>
     89                               <packing>
     90                                 <property name="position">1</property>
     91                               </packing>
     92                             </child>
     93                             <style>
     94                               <class name="account-entry"/>
     95                             </style>
     96                           </object>
     97                         </child>
     98                       </object>
     99                     </child>
    100                   </object>
    101                 </child>
    102               </object>
    103             </child>
    104           </object>
    105           <packing>
    106             <property name="expand">1</property>
    107             <property name="position">1</property>
    108           </packing>
    109         </child>
    110       </object>
    111     </child>
    112   </object>
    113 </interface>