Hi evrebody!
Currently I am using wxPython to make my own program !
My program have no taskbar so I would like to know how to do this:
When an user click on right mouse button, and he keep down this button , he can move the program windows anywhere.
I have this:
So I don't know how to write OnMoveFen function... Can you help me please ?
Thank you :-)
EDIT: Can you delete this topic, I do an error
Currently I am using wxPython to make my own program !
My program have no taskbar so I would like to know how to do this:
When an user click on right mouse button, and he keep down this button , he can move the program windows anywhere.
I have this:
Code:
self.Bind(wx.EVT_RIGHT_DOWN, self.OnMoveFen)
Thank you :-)
EDIT: Can you delete this topic, I do an error
Comment