aboutsummaryrefslogtreecommitdiff
path: root/contrib/status_bar_menu.glade
blob: c4211b7100acbfac59972084123d42a0491b735d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="2.20"/>
  <!-- interface-naming-policy project-wide -->
  <object class="GtkMenu" id="GNUNET_GTK_status_bar_popup_menu">
    <property name="visible">True</property>
    <child>
      <object class="GtkImageMenuItem" id="GNUNET_GTK_status_bar_popup_menu_quit">
        <property name="label">gtk-quit</property>
        <property name="visible">True</property>
        <property name="tooltip_text" translatable="yes">Quit</property>
        <property name="use_action_appearance">False</property>
        <property name="use_underline">True</property>
        <property name="use_stock">True</property>
        <property name="always_show_image">True</property>
        <signal name="activate" handler="GNUNET_GTK_quit_cb" swapped="no"/>
      </object>
    </child>
  </object>
</interface>