On 6 Aug 2009, at 18:24, Martin Kalbfuß wrote:


Is the initalize method called automatically or has the user to call it?

It's called automatically by the runtime. There is also a +load method that is called when the class is loaded, but this is generally not safe because there are no guarantees made about library load order, so +load may be called before other libraries are loaded so should be avoided unless absolutely required.

David

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to