Re: [pygtk] Greetings!

2001-11-19 Thread Brian Allbee
This'd be using libglade (or so I presume, as the interface-prototypes were generated with glade). No manual? Hurm... Is there a (reasonably) complete list of objects/methods/properties available anywhere? On Mon, 2001-11-19 at 14:47, Christian Robottom Reis wrote: On 19 Nov 2001, Brian Allbee

Re: [pygtk] Patch to those who use glc.py (Python Glade CodeGenerator)

2001-10-26 Thread Brian Gallew
On Wed, 2001-10-24 at 23:46, Christian Robottom Reis wrote: Why _not_ libglade, btw? Because debugging libglade code that segfaults is a pain in the butt? I think it's *much* easier to just write the GUI by hand using gtk.py. OTOH,I've been writing GUIs in Tk for a long time, so the learning

[pygtk] Signal callbacks

2001-10-23 Thread Brian E Gallew
I'm writing a small IM client using gtk.py. In it, I need to use a signal. However, inside my signal handler I get PyCObjects instead of the more-useful GtkNotebook object I expect. _obj2inst() doesn't want to handle the coercion for me. How do I turn a PyCObject into the appropriate Python

[pygtk] selection_add_handler() implemented?

2001-03-08 Thread Brian Keck
Hello, Is selection_add_handler() implemented? I can't see it in the source. Thanks, Brian Keck ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

Re: [pygtk] selection_add_handler() implemented?

2001-03-08 Thread Brian Keck
On Fri, 09 Mar 2001 08:36:57 +0800, James Henstridge wrote: On Thu, 8 Mar 2001, Brian Keck wrote: Is selection_add_handler() implemented? I can't see it in the source. What is selection_add_handler() supposed to do? I searched through the gtk and gdk sources/headers, and there is no mention

[pygtk] can I refer to rc file style names?

2001-02-19 Thread Brian Keck
he focus changes task. Thanks for any help, Brian Keck ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

Re: [pygtk] Odd colour problems with pixmaps on remote display

2000-11-05 Thread Brian Keck
, Thanks, Brian Keck On Fri, 03 Nov 2000 22:00:27 +1000, "Rob Hodges" wrote: Hi, I've received a question about a taskbar app I wrote, and I'm hoping someone here might recognise the problem. After some correspondence we've found that the colours in a pixmap appear strange when the app is ru

<    1   2