[Mono-docs-list] How to update documentation

Valentin Sawadski valentin.sawadski at googlemail.com
Sat Feb 23 12:06:10 EST 2008


Hi,

could you please clarify what part of the page is outdated, because
there's a lot of code on this site, with whom I'm not familiar with. I
will then upload the changes then for you.

Kind Regards,
Valentin Sawadski

On Wed, 2008-02-13 at 16:40 +0100, Suco wrote:
> I was looking for info of how to show an icon in the system tray, and
> I found this page:
> 
> http://www.mono-project.com/GtkSharpNotificationIcon
> 
> But the info is outdated and now exists other more efficient way to do that:
> 
> StatusIcon trayIcon = new StatusIcon(Gdk.Pixbuf.LoadFromResource("icon.png"));
> trayIcon.Visible = true;
> trayIcon.Activate += OnTrayIconClicked;
> trayIcon.PopupMenu += OnTrayIconPopup;
> trayIcon.Tooltip = Catalog.GetString("example icon");
> 
> How can I update the page? or Can a maintainer update the info?
> _______________________________________________
> Mono-docs-list maillist  -  Mono-docs-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-docs-list



More information about the Mono-docs-list mailing list