Hi,

I am new to gtkmm and would like to use a system tray icon for my
application. The example given in the gtkmm official website is not working
and giving compilation errors when compiled with "g++ -o test test.cpp
`pkg-config gtkmm-2.4 --cflags --libs`. These are the errors:

StatusIcon is not a member of Gtk
template argument 1 is invalid
invalid type in declaration before '=' token
Gtk::StatusIcon has not been declared
base operand of -> is not a pointer

Basically my need is to make a system tray icon available for my
application. Please help me in this regard. 

I do not want to try eggtrayicon as it is very difficult to understand.

Thanks in Advance!
-- 
View this message in context: 
http://www.nabble.com/StatusIcon-tf3291413.html#a9154830
Sent from the Gtkmm mailing list archive at Nabble.com.
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to