| Home 目次>ApplicationKit>NSComboBoxCell | |
intercellSpacing
ポップアップリストのセル間の間隔を返します
-(NSSize) intercellSpacing
【返り値】 | |
| NSSize | サイズ |
【解説】
ポップアップリストのセル間の間隔を返します。初期設定値は(3.0,2.0)
【例文】
#import "MyObject.h"
@implementation MyObject
- ( IBAction )myAction:( id )sender
{
NSLog([NSString stringWithFormat: @"%.1f,%.1f" ,[comboCell1 intercellSpacing].width,[comboCell1 intercellSpacing].height]);
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSComboBoxCell | 修正日2006.12.26 |