Re: [pygtk] Expose event issues

2004-01-29 Thread Jeff Bowden
Chris wrote: Hi. I'm trying to use a 2nd gtk drawingarea as a back buffer and flip the screens during an expose event. Trouble is, none of the expose event handlers seem to call my code, which, as a test, is def expose_event(self,widget): print "test expose" I've tried connecting that to th

[pygtk] Expose event issues

2004-01-29 Thread Chris
Hi. I'm trying to use a 2nd gtk drawingarea as a back buffer and flip the screens during an expose event. Trouble is, none of the expose event handlers seem to call my code, which, as a test, is def expose_event(self,widget): print "test expose" I've tried connecting that to the expose event

Re: [pygtk] GTK 2.4/GNOME 2.6 support

2004-01-29 Thread Xavier Ordoquy
> Xavier, > > Thanks for the information. Is there any information available on how to > assist with the bindings? It has been quite a while since I've done any > significant C programming, but my project could definitely use some of > the new GTK features. I might have to pull time away from

Re: [pygtk] Problem compiling pygtk 1.8

2004-01-29 Thread Peter Stokes
Hi > > > > I have been trying to "configure" this version and it fails on GLIB > > test. I have downloaded a very recent version of GLIB. I also have the > > Sun Gnome 2 desktop loaded and I am using it. Also have gcc etc. > > > > No matter what I do I get errors on config. > > > > Why does c

Re: [pygtk] GTK 2.4/GNOME 2.6 support

2004-01-29 Thread Don Allingham
Xavier Ordoquy wrote: Hi, From my point of view the team doesn't seem to have much time to spend on the binding especially since jamesh is busy. I'd like to see a full binding but my job search is my top priority. I'll try to see if I can advance on the API coverage utility I wanted to do to list

[pygtk] GtkSpell bindings

2004-01-29 Thread John (J5) Palmieri
Are there python bindings for GtkSpell? -- J5 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Problem compiling pygtk 1.8

2004-01-29 Thread Xavier Ordoquy
On Thu, 2004-01-29 at 15:10, Peter Stokes wrote: > Hi > > Can someone please put me out of my misery. > > I have been trying to "configure" this version and it fails on GLIB > test. I have downloaded a very recent version of GLIB. I also have the > Sun Gnome 2 desktop loaded and I am using it. Al

Re: [pygtk] glade & DrawingArea width limit

2004-01-29 Thread Luc Lefebvre
Hi Andrew, Thanks for the input. I will definitely look into PyOpenGL. BTW, I had also pseudocoded the DrawingArea/ScrollBar mechanism that you describe below. I think that with this I'm on the right track. cheers On Wed, 28 Jan 2004 22:11:00 -0800 (PST) "Andrew P. Lentvorski, Jr." <[EMAIL

[pygtk] Problem compiling pygtk 1.8

2004-01-29 Thread Peter Stokes
Hi Can someone please put me out of my misery. I have been trying to "configure" this version and it fails on GLIB test. I have downloaded a very recent version of GLIB. I also have the Sun Gnome 2 desktop loaded and I am using it. Also have gcc etc. No matter what I do I get errors on config.

[pygtk] gtkextra for pygtk-2.0

2004-01-29 Thread Bernhard . Rumpler
Hi, does anybody know if python-gtkextra exists for pygtk-2.0? gtkextra2 work fine with gtk-2.2 and I would like to have a python wrapper for it. I have had a look at python-gtkextra-0.22 but that seems to be for gtk-1.2 only. I would greatly appreciate any hints if you know of any updated w