On Fri, 14 Nov 2025 23:19:26 -0800 (PST) 'wsu' via wx-dev wrote:
w> Does the client area include the space occupied by scroll bars, or not?
No, the client area is the, by definition, the area available for the use
by the application.
w> According to
https://docs.wxwidgets.org/latest/classwx_mouse_event.html,
w> wxEVT_MOUSE_LEAVE reports when the mouse exits the client area.
This seems wrong, it should says "exits the window".
w> So is there a bug in generating (wxMSW) wxEVT_MOUSE_LEAVE?
I don't think it's a bug (in the code) because this is how the
corresponding Windows message works and I'm almost sure that it's the same
for the other platforms, so it's a documentation bug instead. I'll fix it.
Regards,
VZ