diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:01:40 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:01:40 +0100 |
commit | 812dbac4e61849a1206544121a95b1a98a300d34 (patch) | |
tree | 017e9a6df4296ea52e4fab49f2169c641fe795d9 /portato/gui/templates/popups.ui | |
parent | edffa4112136c525e5db84ec1b1a59ebd7a4a5c8 (diff) | |
download | portato-812dbac4e61849a1206544121a95b1a98a300d34.tar.gz portato-812dbac4e61849a1206544121a95b1a98a300d34.tar.bz2 portato-812dbac4e61849a1206544121a95b1a98a300d34.zip |
Converted glade files
Diffstat (limited to 'portato/gui/templates/popups.ui')
-rw-r--r-- | portato/gui/templates/popups.ui | 42 |
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> |