expandItem:expandChildren:
項目が拡張可能なら拡張します
-(void)expandItem:(id)item: expandChildren:(BOOL)expandChildren:
解説
項目が拡張可能なら拡張します。子項目も拡張可能なら拡張します。
返り値
( void )
なし
引数
( id )item
項目
( BOOL )expandChildren
子項目も広げるか
フレームワーク
ApplicationKit
クラス
NSOutlineView
Instance Methods
使用可能
10.0
参照
- collapseItem:collapseChildren: