| Home 目次>ApplicationKit>NSGridView | 10.5 |
layoutItemPrototype
レイアウトプロトタイプを返します
-(NSLayoutItem *) layoutItemPrototype
【返り値】 | |
| NSLayoutItem * | プロトタイプのレイアウトアイテム |
【解説】
レイアウトプロトタイプを返します。
【例文】
- (IBAction)myAction:(id)sender
{
NSLayoutItem *theLayoutItemPrototype = [gridView layoutItemPrototype];
NSLog([theLayoutItemPrototype description]);
}
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSGridView | 修正日2006.12.26 |