Re: [pygtk] Why canvas-example.py doesnt work with in antialiased mode ?

1999-01-03 Thread James Henstridge
I am not sure about the problem with the canvas example program not working with aa canvas. As for rotation, it does not fully work in non aa mode. Specifically, it will rotate the position of the shape, but may not rotate the actual canvas item (try an image or text item). The aa canvas will r

[pygtk] Why canvas-example.py doesnt work with in antialiased mode ?

1999-01-03 Thread Daniel Kornhauser
Hi, I'm trying to make a gnome front-end for ucblogo with the canvas in antialised mode but I'm having some problems. For example if you replace in canvas-example.py self.canvas =GnomeCanvas() with self.canvas = GnomeCanvas(aa=TRUE) it doens't run correctly. When you press the [Add an object]

[pygtk] Displaying images in canvas, + a bugfix

1999-01-03 Thread A.M. Kuchling
I'm working on an application where displaying an image inside a GnomeCanvas object is required. The docstring for GnomeCanvasImage reads: """has arguments image (unfortunately a pointer type - not useable yet) 'x', 'y', 'width', 'height', 'anchor'""" What's needed to support th

[pygtk] Selections in pygtk?

1999-01-03 Thread Hrvoje Niksic
I'm stuck with this, and I'd really appreciate some help. I simply don't understand how to get the current X selection in pygtk. I don't understand the proper arguments to selection_convert(), and there seem to be no examples which I could copy. Is it possible that noone has need of this in pyg

Re: [pygtk] Glade and pygnome

1999-01-03 Thread William Allen
I have been quietly working on the code generator with the help of several people who have been using it and giving feedback. I've recently posted a new version to the website given in James' message below. Try it, give me feedback. James Henstridge wrote: > Someone did some work on a python cod