Hi,

On Wed, Apr 16, 2008 at 12:29 AM, kennellgr <[EMAIL PROTECTED]> wrote:
>  I see what you mean about simplifying it - I'll do that. You said that this
>  method is a message and needs to be sent to an object - which I understand -
>  but now my question is which object? what object do I need to send
>  gdkDKeyDown to in order for this to return true or false?

the method should be an (instance or class) method of some class. You
should create an instance of that class, and send the message to that
instance.

> By the way, I did read Squeak By Example.

Then you should know how to create classes, add methods to, and
instantiate them.

Best,

Michael
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to