Inconsistent window event usage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Inconsistent window event usage

Terry Raymond
In ScheduledWindow>>resizeEvent: the 'with:' argument to
#reportWindowEvent:with: is a ResizeEvent but in #exposeEvent:
the argument is a Rectangle. This would be okay if the event
type symbol were different for each event but it is not, it
is #resize.

Would it be too much to ask to make the parameters the same?

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================