Drag button between panels in wxPython.

Posted by Orjanp on Stack Overflow See other posts from Stack Overflow or by Orjanp
Published on 2009-01-08T20:17:05Z Indexed on 2010/04/28 20:07 UTC
Read the original article Hit count: 321

Filed under:
|
|

Does anyone know of an example where it is shown how to drag a button from one panel to another in wxPython?

I have created a bitmap button in a panel, and I would like to be able to drag it to a different panel and drop I there.

I haven't found any examples using buttons, just text and files.

I am using the latest version of Python and wxPython.

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython