wxPython graphics query (newbie)

Chris Mellon arkanes at gmail.com
Mon Mar 17 11:07:46 EDT 2008


On Mon, Mar 17, 2008 at 7:03 AM, Thomas G <stuff at greenery.me.uk> wrote:
> I am exploring wxPython and would be grateful for some help.
>
>  It is important to me to be able to slide words and shapes around by
>  dragging them from place to place. I don't mean dragging them into a
>  different window, which is what 'Drag and Drop' has come to mean, just
>  moving them around within a canvas-like space.
>
>  This is easy using Tkinter. Can anybody offer me a tiny, very simple
>  example of how it would be done in wxPython, please?
>
>  To make sure I convey what I'm looking for, here is what it looks like
>  using Tkinter, written very simply. What I'm looking for is the same,
>  quite simple functionality expressed in wxPython, again written very
>  simply so that I can easily understand it.
>


See the floatcanvas and OGL examples in the wxPython demo.



More information about the Python-list mailing list