summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/CCApplet.h')
-rw-r--r--src/Applet/CCApplet.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index b1c62a48..f2f0b2c4 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -52,8 +52,11 @@ class CApplet
void Crash(std::string &value);
protected:
//@@TODO applet menus
- void OnAppletActivate_CB();
- void OnMenuPopup_cb(guint button, guint32 activate_time);
+ static void OnAppletActivate_CB(GtkStatusIcon *status_icon,gpointer user_data);
+ static void OnMenuPopup_cb(GtkStatusIcon *status_icon,
+ guint button,
+ guint activate_time,
+ gpointer user_data);
//menu
//Glib::RefPtr<Gtk::UIManager> m_refUIManager;
//Glib::RefPtr<Gtk::ActionGroup> m_refActionGroup;