[pygtk] Add tool tips to cells in a liststore.

2010-11-22 Thread Gerald Britton
Hi -- is it possible (and how would I?) add tool tips to cells in a ltk.ListStore? I want to have the tips display on mouseover events. -- Gerald Britton ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the

Re: [pygtk] Deselecting the text from an Entry the first time it appears.

2010-11-22 Thread Fabrice Delente
You have to set the position *after* you show the entry. self.interfacePourNombres.show_all() self.zonePourNombres.set_position(1) # Or use -1 to always put the cursor at the end Thanks! That did it! -- Fabrice DELENTE ___ pygtk

Re: [pygtk] Add tool tips to cells in a liststore.

2010-11-22 Thread Timo
On 22-11-10 17:35, Gerald Britton wrote: Hi -- is it possible (and how would I?) add tool tips to cells in a ltk.ListStore? I want to have the tips display on mouseover events. I never had to do this, but you could check out the following gtk.TreeView methods: set_tooltip_column()

[pygtk] Pixbuf loading too slow on Windows!

2010-11-22 Thread danieleisca
Hi all, I'm trying port my image viewer on Windows, but I realized that the functions gtk.gdk.pixbuf_new_from_file gtk.gdk.pixbuf_new_from_file_at_size are at least ten times slower than on Linux. Has anyone notice? I have installed the packages compiled by John Stowers . Regards Daniele

Re: [pygtk] Pixbuf loading too slow on Windows!

2010-11-22 Thread Dieter Verfaillie
Hi, Quoting danieleisca danielei...@alice.it: I'm trying port my image viewer on Windows, but I realized that the functions gtk.gdk.pixbuf_new_from_file gtk.gdk.pixbuf_new_from_file_at_size are at least ten times slower than on Linux. Has anyone notice? As far as I can tell, both functions

Re: [pygtk] Pixbuf loading too slow on Windows!

2010-11-22 Thread danieleisca
Yes, in effect the 2.16 branch is ok. I think that packages distribuited in the official site should not be compiled with a bugged feature. Thanks! ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK