Re: RE: Ximage

Dimitris Keletsekis <[email protected]> Fri, 30 Aug 2013 13:57:29 +0300
Newsgroups gmane.comp.windows.gui4cli
Message-ID <CAHiKg1UPrwA7m5Vc7XbEfRiVSLa4EMXye8yg6=hrvkAyrroSkg@mail.gmail.com>
>
> Then is it possible to simulate the Ctrl+Rmb keystrokes for moving
> controls quickly in code?
>

I don't understant what you mean "in code". You can move them with
MoveEvent, so you can tell them, in code, where to go, whenever you want...

Do you mean you want to define some other key instead of Ctr+RMB ?

I don't know how to do that - maybe an xHOTKEY event?

Dimitris