macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSComboBoxCellDataSource

numberOfItemsInComboBoxCell:

調査中 -(int)numberOfItemsInComboBoxCell:(NSComboBoxCell *)aComboBoxCell: 解説 調査中 コンボボックスセルデータソースの項目数を返します。 返り値 ( int ) 整数値 引数 ( NSComboBoxCell * )aComboBoxCell コンボボックスセル フレームワーク Applica…

comboBoxCell:objectValueForItemAtIndex:

調査中 -(id)comboBoxCell:(NSComboBoxCell *)aComboBoxCell: objectValueForItemAtIndex:(int)index: 解説 調査中 番号でオブジェクトを返す 返り値 ( id ) オブジェクト 引数 ( NSComboBoxCell * )aComboBoxCell コンボボックスセル ( int )index インデッ…

comboBoxCell:indexOfItemWithStringValue:

調査中 -(unsigned int)comboBoxCell:(NSComboBoxCell *)aComboBoxCell: indexOfItemWithStringValue:(NSString *)aString: 解説 調査中 文字で番号を返す 返り値 ( unsigned int ) 整数値 引数 ( NSComboBoxCell * )aComboBoxCell コンボボックスセル ( NSS…

comboBoxCell:completedString:

調査中 -(NSString *)comboBoxCell:(NSComboBoxCell *)aComboBoxCell: completedString:(NSString *)uncompletedString: 解説 調査中 文字で文字を返す 返り値 ( NSString * ) 引数 ( NSComboBoxCell * )aComboBoxCell コンボボックスセル ( NSString * )unc…