[pygtk] gtk.Window [ popup from TextView ]

2010-01-31 Thread M.B.
hi all, please help me with little problem [ the big one for me right now :(] i write little app [ texteditor , who not :) ] from textview i call window popup with help. [pressing 'a' in test prog ] and i have 2 questions. 1.) how i disable automatic Tab inserted after pasting text from popup ?

Re: [pygtk] gtk.gtk.PixBuf to OpenGL texture?

2010-01-31 Thread Tim Evans
On 2010-01-31 15:54, Alexandre Quessy wrote: Hello, I am trying to upload a PixBuf to an OpenGL texture. I want it to be as optimized as possible. Of course, I'll first need to get it work properly, but I also want it to be quick, since I will upload one to a texture on every frame rendering

[pygtk] Creating gtk.TextView cellRenderer

2010-01-31 Thread Ben and Efrat Touching Love with a Loving Touch
Hi Folks, I guess my previous post didn't make it. I need to implement a TreeView with complex information which includes hyperlinked text. I looked all over for a working example of a cellRenderer for gtk.TextView. It seems there is none. I tried implementing it but I get stuck with the