wxwidgets - wxpython ogl package drag event -


I'm testing the ogl package in wxpython.

I want to draw a figure. And when I pull it out, I want to take a second shape at the same time. The problem is that I have not got a move / drag event

The only solution I can think is to hide the other size, and during the pulling it has to do it again in a new situation.

And the OGL package is no longer maintained?

Oregon Potson

was part of OGL version 2.8; The contrib directory in wxWidgets; contrib has been removed in the trunk and now wxWidgets part is not appropriate. You can still find it, but its status remains absent as there.

If you have not used OGL yet, then it is probably not better to do this.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -