root/branches/gajim_0.11.1/data/glade/systray_context_menu.glade

Revision 7352, 5.4 kB (checked in by asterix, 2 years ago)

missing glade commit. see #2626

Line 
1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkMenu" id="systray_context_menu">
7
8  <child>
9    <widget class="GtkImageMenuItem" id="status_menu">
10      <property name="visible">True</property>
11      <property name="label" translatable="yes">Sta_tus</property>
12      <property name="use_underline">True</property>
13
14      <child internal-child="image">
15        <widget class="GtkImage" id="image1455">
16          <property name="visible">True</property>
17          <property name="stock">gtk-network</property>
18          <property name="icon_size">1</property>
19          <property name="xalign">0.5</property>
20          <property name="yalign">0.5</property>
21          <property name="xpad">0</property>
22          <property name="ypad">0</property>
23        </widget>
24      </child>
25    </widget>
26  </child>
27
28  <child>
29    <widget class="GtkImageMenuItem" id="chat_with_menuitem">
30      <property name="visible">True</property>
31      <property name="label" translatable="yes">_Start Chat</property>
32      <property name="use_underline">True</property>
33
34      <child internal-child="image">
35        <widget class="GtkImage" id="image1456">
36          <property name="visible">True</property>
37          <property name="stock">gtk-jump-to</property>
38          <property name="icon_size">1</property>
39          <property name="xalign">0.5</property>
40          <property name="yalign">0.5</property>
41          <property name="xpad">0</property>
42          <property name="ypad">0</property>
43        </widget>
44      </child>
45    </widget>
46  </child>
47
48  <child>
49    <widget class="GtkImageMenuItem" id="join_gc_menuitem">
50      <property name="visible">True</property>
51      <property name="label" translatable="yes">_Group Chat</property>
52      <property name="use_underline">True</property>
53
54      <child internal-child="image">
55        <widget class="GtkImage" id="image1457">
56          <property name="visible">True</property>
57          <property name="stock">gtk-connect</property>
58          <property name="icon_size">1</property>
59          <property name="xalign">0.5</property>
60          <property name="yalign">0.5</property>
61          <property name="xpad">0</property>
62          <property name="ypad">0</property>
63        </widget>
64      </child>
65    </widget>
66  </child>
67
68  <child>
69    <widget class="GtkImageMenuItem" id="single_message_menuitem">
70      <property name="visible">True</property>
71      <property name="label" translatable="yes">Send Single _Message</property>
72      <property name="use_underline">True</property>
73
74      <child internal-child="image">
75        <widget class="GtkImage" id="image1458">
76          <property name="visible">True</property>
77          <property name="stock">gtk-new</property>
78          <property name="icon_size">1</property>
79          <property name="xalign">0.5</property>
80          <property name="yalign">0.5</property>
81          <property name="xpad">0</property>
82          <property name="ypad">0</property>
83        </widget>
84      </child>
85    </widget>
86  </child>
87
88  <child>
89    <widget class="GtkSeparatorMenuItem" id="separator12">
90      <property name="visible">True</property>
91    </widget>
92  </child>
93
94  <child>
95    <widget class="GtkMenuItem" id="show_all_events_menuitem">
96      <property name="visible">True</property>
97      <property name="label" translatable="yes">Show All Pending _Events</property>
98      <property name="use_underline">True</property>
99      <signal name="activate" handler="on_show_all_events_menuitem_activate" last_modification_time="Sat, 29 Oct 2005 23:55:24 GMT"/>
100    </widget>
101  </child>
102
103  <child>
104    <widget class="GtkCheckMenuItem" id="sounds_mute_menuitem">
105      <property name="visible">True</property>
106      <property name="label" translatable="yes">Mute Sounds</property>
107      <property name="use_underline">True</property>
108      <signal name="activate" handler="on_sounds_mute_menuitem_activate" last_modification_time="Sat, 29 Oct 2005 23:55:24 GMT"/>
109    </widget>
110  </child>
111
112  <child>
113    <widget class="GtkImageMenuItem" id="show_roster_menuitem">
114      <property name="visible">True</property>
115      <property name="label" translatable="yes">Show _Roster</property>
116      <property name="use_underline">True</property>
117      <signal name="activate" handler="on_show_roster_menuitem_activate" last_modification_time="Sat, 29 Oct 2005 23:55:24 GMT"/>
118
119      <child internal-child="image">
120        <widget class="GtkImage" id="image1459">
121          <property name="visible">True</property>
122          <property name="stock">gtk-home</property>
123          <property name="icon_size">1</property>
124          <property name="xalign">0.5</property>
125          <property name="yalign">0.5</property>
126          <property name="xpad">0</property>
127          <property name="ypad">0</property>
128        </widget>
129      </child>
130    </widget>
131  </child>
132
133  <child>
134    <widget class="GtkImageMenuItem" id="preferences_menuitem">
135      <property name="visible">True</property>
136      <property name="label">gtk-preferences</property>
137      <property name="use_stock">True</property>
138      <signal name="activate" handler="on_preferences_menuitem_activate" last_modification_time="Wed, 15 Jun 2005 10:18:26 GMT"/>
139    </widget>
140  </child>
141
142  <child>
143    <widget class="GtkSeparatorMenuItem" id="separator">
144      <property name="visible">True</property>
145    </widget>
146  </child>
147
148  <child>
149    <widget class="GtkImageMenuItem" id="quit_menuitem">
150      <property name="visible">True</property>
151      <property name="label">gtk-quit</property>
152      <property name="use_stock">True</property>
153      <signal name="activate" handler="on_quit_menuitem_activate" last_modification_time="Tue, 15 Mar 2005 00:15:28 GMT"/>
154    </widget>
155  </child>
156</widget>
157
158</glade-interface>
Note: See TracBrowser for help on using the browser.