This is off-topic for the gimpwin-users list. Please ask GTK+ programming questions on gtk-app-devel-list (see http://www.gtk.org/mailinglists.html). It's perfectly OK to ask also Windows-specific questions there.
efl65 writes: > I just wanna know if it's possible to cionify a window in systray > under Windows with GTK+?? and how to do this.. Not really. In Windows you cannot have windows in the notification area (systray). Instead there is a separate API to add/remove just icons in the systray. Look up Shell_NotifyIcon on MSDN. In GTK+ 2.10 there will be a platform-independent API to manage status icons. I think it would be relatively trivial (if you know what you are doing) to lift that code (gtkstatusicon.c) out of HEAD GTK+ and use in an application together with an older GTK+, too. --tml _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list