[Gtk-sharp-list] Notification area example

Adam Tauno Williams awilliam@whitemice.org
Mon, 20 Sep 2004 07:33:08 -0400


> Here is a little example of how to use a notification area icon.
> http://mspace.berlios.de/FolderMonitor/Releases/foldermonitor-0.2.2.tar.gz
> It notifies the user when the contents of a folder changes. It shows a
> blinking icon in the notification area. Clicking on it opens the folder
> in nautilus and hides the icon.
> ./configure && make && make install
> run with:
> foldermonitor /path/of/the/folder
> Is there any chance of getting notification area icon bindings in the
> next release of Gtk#? I know that libegg is not official, but it seems
> that everyone is rolling out their own bindings of this libegg widget.

Agree, this would be a very good thing, IMHO.  I'm writing an
application suite, part of which uses the notify/tray icon.  And getting
libegg is rather a pain.

I don't suppose there is any hope of mapping between the GNOME notify
area and the Win32 tray?  So one doesn't have to maintain two versions 
(I haven't looked into the Win32 tray yet since the GNOME version comes
first, so I don't know how radically different it is).