|
From: | Rob Burns |
Subject: | NSPopupButton itemAtIndex: |
Date: | Sat, 13 Sep 2003 15:32:57 +0700 |
This is from older Apple docs. The OpenStep docs say something similar. itemAtIndex: - (id <NSMenuItem>)itemAtIndex:(int)indexReturns the list item at index. If there is no item at index, this method
returns nil.In GNUstep it appears to raise an NSRangeException if there is no item at the given index.
Rob
[Prev in Thread] | Current Thread | [Next in Thread] |