Hello Filipe! I think I had the same problem some time ago when porting to win32. Finally I found a work-around. Look-up list archive¹. Sorry for bad english. I'm not very good in native german too.
If you need more help, write although a email on my personal address. I'm not very aware of this list. Hope that helps -- mik ¹http://mail.gnome.org/archives/gtkmm-list/2009-April/msg00003.html Am Friday 05 June 2009 17:27:58 schrieb Filipe Apostolo: > Hi, > > I'm trying to create a minimized to Tray application, so I found how to > use GTK::StatusIcon and created a TrayIcon with a popUp menu without > problems. In fact its a very nice widget. > > But when I want to minimize to tray I do > > void MinimizeToTray () > { > pMyWindow->iconify (); //this is for minimize > pMyWindow->set_skip_taskbar_hint (true); // this is to hide the > window from desktop taskbar. > } > > Although the window minimizes it still appears in the taskbar. > Am I using the wright function? If yes, what am I doing wrong or what is > missing in the code to work properly; If not which function should I call? > > > Tanks, > Filipe Apóstolo > > PS: I'm in WindowsXP > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
