Re: [pygtk] help with non-embedded Bonobo server

2003-08-21 Thread Gustavo J A M Carneiro
A Qui, 2003-08-21 às 07:09, Ben Liblit escreveu: James Henstridge wrote: the Uploader object here is a Servant object, while the factory function is required to return a bonobo.Object instance. It is currently not possible to do this for custom interfaces in Python. :-( If that

Re: [pygtk] Using Accessibility interface from PyORBit?

2003-08-21 Thread Tessa Lau
I'm digging into this further. I upgraded to Python 2.3 and pyorbit 1.99.6-4, as packaged by Debian unstable. The test script I posted the other day now segfaults in registerGlobalEventListener. Here's the backtrace: #0 0x080785d0 in PyObject_SetAttrString () #1 0x402f3ec8 in demarshal_value

[pygtk] fetching icon from gnome theme

2003-08-21 Thread Erik Grinaker
Hi all Can someone please tell me how I can get an icon from the current GNOME theme, specifically the default folder icon? I've been googling for a while, with no luck, and I can't seen to figure it out from the GNOME C docs. -- Erik Grinaker http://erikg.wired-networks.net This signature

[pygtk] Embedding a widget in a CellRenderer

2003-08-21 Thread Nicholas Wieland
Hi all, I'm trying to embed a Combo in a CellRenderer to let my users choose from a limited set of strings. I've subclassed gtk.GenericCellRenderer but now I'm stuck, I'm not able to find examples of anything similar and I'm quite confused about what to do, I'm not able to display the Combo and I

Re: [pygtk] Embedding a widget in a CellRenderer

2003-08-21 Thread Nicholas Wieland
On Fri, Aug 22, 2003 at 03:40:37AM +0200, Nicholas Wieland wrote: snip Ehm ... I've posted this request after having read 99% of the mailing list archives, now I've found the answer in the last 1% ... Sorry for that, and thanks to Lorenzo Gil Sanchez ... nicholas

Re: [pygtk] Using Accessibility interface from PyORBit?

2003-08-21 Thread James Henstridge
On 21/08/2003 9:20 PM, Tessa Lau wrote: I'm digging into this further. I upgraded to Python 2.3 and pyorbit 1.99.6-4, as packaged by Debian unstable. The test script I posted the other day now segfaults in registerGlobalEventListener. Here's the backtrace: #0 0x080785d0 in