>
> On 10.12.2009, at 23:35, manolo gouy wrote:
>
> > A crash course in Objective-c for Matt
>
> Um, thanks, great! Yes that helps. Does that also mean that I can omit =
> parameters as I wish, since I name them when calling a function (or is =
> it "send a message to an object",as in Newton Script?)?
>
> Matthias=
>
No you can't omit any parameter.
"send a message to an object" is exactly the terminology
used by objective-c.
Think as if the function called is named by its name + the names of all its
other arguments.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev