Is it possible to Have a gtk.Image() in the systray under windows with the win32gui module ?
I tried to do that but i'm only able to load a .bmp or a .ico with the LoadImage() function
I'd like to have a .xpm or an animated gif, it's why I'd like to have a gtk.image in this systray


Yann

Chris Lambacher wrote:
Just as a little side note on the recipie above.  You can also use
similar techniques if you want to use the native dialogs or menus.  I
did something similar to this and found that the menu did not look or
behave enough like a win32 tray icon menu and impliemented the menu
with the win32 extensions as well.

-Chris

On Tue, 15 Feb 2005 18:32:50 +0900, Guillaume Proux
<[EMAIL PROTECTED]> wrote:

I pressed the send button a bit too quickly...
Here is the recipe URL for notification icon on win32
--

Hum, this question sounds quite *ironic* taken out of context....

but in case you are seriously looking for a solution, have a look at:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/334779

Leeuw van der, Tim wrote


Would there be something that *does* work on Win32 / win64?


_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to