> mvwaddch: aPoint ch: aChar
> ^self mvaddchPrimitive: (aPoint y) x: (aPoint x)
ch: aChar!
>
No need for the "Primitive" part. (And if aPoint
is not the first
parameter, BTW, I'd call its keyword "at: aPoint")
> mvwaddchPrimitive: anInt1 x: anInt2 ch: aChar
> <cCall: 'mvaddch' returning: #int args: #(#self
#int #int #char )>!
>
Likewise, and you are actually calling mvwaddch of course.
Otherwise good. Don't be afraid to post this kind of
question publicly.
Paolo
_______________________________________________
help-smalltalk mailing list
help-smalltalk gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
|