summaryrefslogtreecommitdiff
path: root/portato/gui/templates/popups.ui
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/templates/popups.ui')
-rw-r--r--portato/gui/templates/popups.ui42
1 files changed, 42 insertions, 0 deletions
diff --git a/portato/gui/templates/popups.ui b/portato/gui/templates/popups.ui
new file mode 100644
index 0000000..52d2450
--- /dev/null
+++ b/portato/gui/templates/popups.ui
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<!--Generated with glade3 3.4.4 on Mon Jun 9 20:49:26 2008 -->
+<interface>
+ <object class="GtkUIManager" id="uimanager1">
+ <child>
+ <object class="GtkActionGroup" id="actiongroup1">
+ <child>
+ <object class="GtkToggleAction" id="pauseItemTray">
+ <property name="name">pauseItemTray</property>
+ <property name="label" translatable="yes">Emerge _Paused</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="killItemTray">
+ <property name="stock_id">gtk-stop</property>
+ <property name="name">killItemTray</property>
+ <property name="label" translatable="yes">_Kill Emerge</property>
+ <signal handler="cb_kill_clicked" name="activate"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="closeItemTray">
+ <property name="stock_id" translatable="yes">gtk-quit</property>
+ <property name="name">closeItemTray</property>
+ <signal handler="cb_close" name="activate"/>
+ </object>
+ </child>
+ </object>
+ </child>
+ <ui>
+ <popup name="systrayPopup">
+ <menuitem action="pauseItemTray"/>
+ <menuitem action="killItemTray"/>
+ <menuitem action="closeItemTray"/>
+ </popup>
+ </ui>
+ </object>
+ <object class="GtkMenu" constructor="uimanager1" id="systrayPopup">
+ <property name="visible">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ </object>
+</interface>