Re: [pygtk] gpointer data on callback

2000-09-27 Thread James Henstridge
On Wed, 27 Sep 2000, D-Man wrote: What if Python switched to gc instead of ref counting? I have heard of a good gc freely available for C/C++ written by Hans Boehm. From what I've read it works about as good as the malloc/free implementations, but without the developer's headaches with

Re: [pygtk] gpointer data on callback

2000-09-27 Thread Hilaire Fernandes
James Henstridge writes: On Tue, 26 Sep 2000, Hilaire Fernandes wrote: Hi, I wish that in futur vesion of PyGnome it will be possible to pass user data in the ok_cancel, question, request_string methods of the GnomeApp object, it's a very elegant way of passing user data to

[pygtk] Custom C widget wrapped in PyGTK core dumps in debian.

2000-09-27 Thread Danie Roux
Hi all, This is debian/gtk/python related. I wrote a custom widget in gtk (C). Wrapped it with PyGTK and it worked beautifully in RedHat. I've been using it a month now on RedHat. I got Debian a few days back and have been struggling since. My custom, PyGTK wrapped widget core dumps when

[digulla@hepe.com: Re: [pygtk] Problem with GtkScrolledWindow]

2000-09-27 Thread Aaron Optimizer Digulla
- Forwarded message from Aaron Optimizer Digulla [EMAIL PROTECTED] - Date: Wed, 27 Sep 2000 10:52:09 +0200 From: Aaron Optimizer Digulla [EMAIL PROTECTED] To: mpj17 [EMAIL PROTECTED] Subject: Re: [pygtk] Problem with GtkScrolledWindow Reply-To: Aaron Optimizer Digulla [EMAIL PROTECTED]

Re: [pygtk] gpointer data on callback

2000-09-27 Thread James Henstridge
On Wed, 27 Sep 2000, David Arnold wrote: --"James" == James Henstridge [EMAIL PROTECTED] writes: James On Wed, 27 Sep 2000, D-Man wrote: What if Python switched to gc instead of ref counting? James There is almost no chance of adding another GC to the mix for James pygtk.

[pygtk] manage table items

2000-09-27 Thread Pier
Hi to all, I'm working on a program that creates a Table run-time with the right dimension . After that the program fills the table with labels. My question is how can I refer to the label that is (for example) in the first row and second column of the Table? Thanks to all Pier Carteri [EMAIL

Re: [pygtk] manage table items

2000-09-27 Thread Jens P. Elsner
Hi, Hi to all, I'm working on a program that creates a Table run-time with the right dimension . After that the program fills the table with labels. My question is how can I refer to the label that is (for example) in the first row and second column of the Table? Save the references to