How would I vibrate a window in wxPython. I’d like some way of specifying how long to do it for and distance and stuff like that.
Is there a builtin function I’m not noticing or would I have to code it myself?
(I’m thinking of moving the window sideways a few times but I’d rather have a builtin function that might be faster.)
I don’t think there is any such function, but you can easily do it using win.SetPosition
e.g. click inside frame to vibrate