avoiding doubleclick events in custom control
Julien Pommier
julien.pommier at insa-toulouse.fr
Sun Feb 4 02:30:00 PST 2007
Hi Alfonso,
Thanks a lot for your detailed answer, I was still hoping that a simple solution
was available in wx "out of the box", but I'll go for your solution!
Julien
Alfonso wrote:
> In plain Windows API programming (not your case then), you have to add
> the CS_DBLCLKS flag which is a window class style flag when you register
> the window class. Then, each time you create a new window you have to
> provide the registered window class and the new window will receive some
> characteristics from that class (e.g. the double click management).
> wxMSW implementation hides all these details and just allows you to
> create double click enabled windows.
More information about the wx-users
mailing list