Re: Notification Area with gtkmm



Fabio Rafael da Rosa <rafael f2r gmail com> 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/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]