Fabio Rafael da Rosa <[EMAIL PROTECTED]> writes: > I have a program that uses gtkmm, and I want to put > an icon in notification area. How can I do this. > I just can't find the information on the web. > If gtkmm don't do this, what lib can I use?
Use a C library, that's one of the good things about C++. You can look at the source code for a project that uses the notification area to see how, e.g. Gossip. On a quick glance, it appears they use copy-pasted code from EggTrayIcon. -- Ole Laursen http://www.cs.aau.dk/~olau/ _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
