BUTTONDBLCLK the same way as on WM_LBUTTONDOWN,
and that there is only single WM_LBUTTONDOWN, followed by WM_LBUTTONUP,
WM_LBUTTONDBLCLK, WM_LBUTTONUP.
Changelog:
Dmitry Timoshkov <[EMAIL PROTECTED]>
Scrollbar should also react on WM_LBUTTONDBLCLK.
--
Dmitry.--- cvs/hq/wine/controls/sc
> From: Dmitry Timoshkov [mailto:[EMAIL PROTECTED]
>
> "Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
>
> > Ok, I guess that means that the double click messages need to be
> > handled then?
>
> Not necessarily. If the control does not need a particular
> type of message it can just ignore it.
>
> > W
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
> Ok, I guess that means that the double click messages need to be handled
> then?
Not necessarily. If the control does not need a particular type of message
it can just ignore it.
> With the current implementation you miss the second click of a
> doub
> From: Dmitry Timoshkov
>
> "Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
>
> > Changelog:
> > Ge van Geldorp <[EMAIL PROTECTED]>
> > Remove CS_DBLCKS class style from scrollbar class since the
> > scrollbar doesn't handle double clicks anyway
>
> You can't remove it. Scrollbar in Windows has
"Ge van Geldorp" <[EMAIL PROTECTED]> wrote:
> Changelog:
> Ge van Geldorp <[EMAIL PROTECTED]>
> Remove CS_DBLCKS class style from scrollbar class since the
> scrollbar doesn't handle double clicks anyway
You can't remove it. Scrollbar in Windows has that style, and
some applications which s