Re: [pygtk] Drawing widgets in a custom cellrenderer

2007-12-07 Thread F Wolff
Thanks for your reply, Johan. I'll try to clarify my question more below... Op Vrydag 2007-12-07 skryf Johan Dahlin: F Wolff wrote: Hi list. ... (by the way, why isn't the gtk.Widget.draw() method documented?) Because it is deprecated and should not be used. Use

Re: [pygtk] Drawing widgets in a custom cellrenderer

2007-12-07 Thread Johan Dahlin
F Wolff wrote: Hi list. I'm doing a custom cellrenderer similar to this FAQ entry: http://faq.pygtk.org/index.py?req=showfile=faq13.045.htp As part of my rendering I want to display a normal gtk.Widget (a container, in my case), but I fail to see how to display it correctly. By following the

Re: [pygtk] Rectangular Selection in gtk.TextView

2007-12-07 Thread Wildemar Wildenburger
Might I humbly repost my question? /W Wildemar Wildenburger wrote: Hi folks, I'm trying to write a text editor (well, who isn't?). I would like it to contain rectangular selections. While this is pretty easy on the buffer (model) part, I wonder how I could make the selection visible in

[pygtk] Re: [Glade-users] Translation, gtk labels, and gettext

2007-12-07 Thread Caleb Marcus
On Fri, 2007-12-07 at 14:42 -0200, Tristan Van Berkom wrote: On Dec 7, 2007 4:06 AM, Caleb Marcus [EMAIL PROTECTED] wrote: I'm now having issues with glade and gettext. I can run xgettext directly on the glade file, but that just produces a file with ALL the strings,

Re: [pygtk] Rectangular Selection in gtk.TextView

2007-12-07 Thread Wildemar Wildenburger
John Ehresman wrote: I may be wrong here, but I suspect TextView does not support rectangular selections. I haven't seen mention of rectangular selections when I've worked with it and a quick google search seems to confirm this. That is my experience too; I was hoping that there might be a

[pygtk] Text Hiding in gtk.TextView / TextBuffer

2007-12-07 Thread Wildemar Wildenburger
Hi :) Is there an easy way to hide certain lines of a buffer in a TextView? That is, I would like to have a TextView that only displays certain lines of its buffer (most useful for code folding and narrowing, among other things.). Any ideas or pointers? I could imagine just using another