<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">By looking at the latest change, I think there is
something to be sort out in the semantic.</font></p>
<p><font size="4">Indeed, we have event testing handlesMouseDown:
handlesMouseOver: handlesMouseHover: </font></p>
<p><font size="4">Is this last one still necessary?</font></p>
<pre><font size="4">handlesMouseHover
"Do I want to receive unhandled mouseMove events when the button is up and the hand is empty? The default response is false."
"Use a property test to allow individual instances to specify this."
^ self hasProperty: #handlesMouseHover.
</font></pre>
<p><font size="4"><br>
</font></p>
<p><font size="4">The comment of handlesMouseDown: may be wrong as
it still mentions - #<a class="moz-txt-link-freetext" href="mouseMove:localPosition">mouseMove:localPosition</a>: as message sent<br>
</font></p>
<p><font size="4"><br>
</font></p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
</body>
</html>