[pygtk] Make the TreeView widget look different (like in Transmission)

2009-07-27 Thread ivanko.rus
Hello everybody! I am making a little app here, it should be a front-end for mencoder and I'd like to have the file list looking like Transmission's (BitTorrent client) file list. So, my question is - is there a way to do that using PyGTK? Thanks in advance, I'll be grateful for any help! Regards,

Re: [pygtk] pygtk Digest, Vol 77, Issue 28

2009-07-27 Thread Cristian NAVALICI
Hello, I can also give you a little help with that. Cristian N. pygtk-requ...@daa.com.au wrote: Send pygtk mailing list submissions to pygtk@daa.com.au To subscribe or unsubscribe via the World Wide Web, visit http://www.daa.com.au/mailman/listinfo/pygtk or, via email, send a

Re: [pygtk] pygtk Digest, Vol 77, Issue 28

2009-07-27 Thread ivanko.rus
Hello, I can also give you a little help with that. Cristian N. Thanks for the response! I'd appreciate any help. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] PyGtk Website

2009-07-27 Thread Rafael Villar Burke (Pachi)
John Stowers wrote: Hi All, The PyGtk website is starting to look a little dated, especially when compared to the Gtk+ [1], Gtkmm [2], and new GNOME [3] website designs. Does anyone feel like helping me refresh it? This is a good idea and I'd gladly help integrating the new design with

Re: [pygtk] PyGtk Website

2009-07-27 Thread Norman Khine
Hi, I would also be willing to help. Norman On Mon, Jul 27, 2009 at 9:11 AM, Rafael Villar Burke (Pachi)pa...@rvburke.com wrote: John Stowers wrote: Hi All, The PyGtk website is starting to look a little dated, especially when compared to the Gtk+ [1], Gtkmm [2], and new GNOME [3] website

Re: [pygtk] Make the TreeView widget look different (like in Transmission)

2009-07-27 Thread Walter Leibbrandt
Op 27/07/2009 09:09, ivanko.rus het geskryf: Hello everybody! I am making a little app here, it should be a front-end for mencoder and I'd like to have the file list looking like Transmission's (BitTorrent client) file list. So, my question is - is there a way to do that using PyGTK? Thanks in

Re: [pygtk] Callbacks

2009-07-27 Thread Peyman
Hi, a while back I inquired about blocking signals, and we came to the conclusion that via glade there is no way to get a hold of the handler IDs, so we had to use handler_block_by_func(). At the time handler_block_by_func() didn't even work for me under python. I have switched over to C,

Re: [pygtk] Callbacks

2009-07-27 Thread Timo
Peyman schreef: Hi, a while back I inquired about blocking signals, and we came to the conclusion that via glade there is no way to get a hold of the handler IDs, so we had to use handler_block_by_func(). At the time handler_block_by_func() didn't even work for me under python. I have

Re: [pygtk] Callbacks

2009-07-27 Thread Peyman
On 27 Jul 2009, at 17:20, Timo wrote: Peyman schreef: Hi, a while back I inquired about blocking signals, and we came to the conclusion that via glade there is no way to get a hold of the handler IDs, so we had to use handler_block_by_func(). At the time handler_block_by_func()

Re: [pygtk] Make the TreeView widget look different (like in Transmission)

2009-07-27 Thread ivanko.rus
Thanks a lot, Walter! Now I at least know the right direction =) Looks like is the only way of getting what I look for, so I am going to try making my own CellRenderer. Thank you again! Regards, Ivanko ___ pygtk mailing list pygtk@daa.com.au