| Home 目次>ApplicationKit>NSComboBoxCell | |
setItemHeight:
項目の高さをセットします
-(void) setItemHeight:(float)itemHeight
【返り値】 | |
| void | なし |
| 【パラメータ】 | |
| itemHeight | 項目の高さ |
【解説】
項目の高さをセットします。
【例文】
#import "MyObject.h"
@implementation MyObject
- ( IBAction )myAction:( id )sender
{
[comboCell1 setItemHeight: 30.0 ];
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSComboBoxCell | 修正日2006.12.26 |