> Object subclass: #SdlVideo
> ...
> category: 'SdlVideo Wrapper'! !
>
> Object subclass: #SdlThread
> ...
> category: 'SdlThread Wrapper'! !
Perhaps these etc. could be merged into a single category?
> imgLoadTypedRW: aCobject0 freeSrc: aInt1 type: aString2
Out of curiosity, why do the cCall method names all start
with type
prefixes?
--
Stephen Compall
http://scompall.no
candysw.com/blog
_______________________________________________
help-smalltalk mailing list
help-smalltalk gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
|