discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reference documentation


From: Ivan Vučica
Subject: Re: Reference documentation
Date: Wed, 11 Sep 2013 16:30:30 +0200

On Tue, Sep 10, 2013 at 10:40 AM, Michele Bert <micbert75@gmail.com> wrote:
I am starting my first small application with GNUstep (just to practice), and I have already a question: where can I find a reference guide to a gnustep class?

For example, I am using an NSTableView, so I remember I have to implement two method in a controller object to get the number of rows and to get the value of a specific column/row; something like:
- (int) getRowCount;
- (id) getValueAtcolumn: (NSTableColumn*)collumn row:(NSInteger) row;

But I do not remember (of cource) the exact definition. Are there any reference guide (on the net, or in the gnustep installed package) where I can search this kind of details?


Apart from what Nikolaus said, an additional valid source of information is, in most cases, Apple's OS X documentation.

PS: is this the right list to post this kind of question?

Sure; we'll do what we can to help.
--
Ivan Vučica
ivan@vucica.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]