| Home 目次>ApplicationKit>NSDrawer | |
drawerDidOpen:
引き出しを開け終わった時に呼ばれます
-(void) drawerDidOpen:(NSNotification *)notification
【返り値】 | |
| void | なし |
| 【パラメータ】 | |
| notification | 通知 |
【解説】
引き出しを開け終わった時に呼ばれます。
【例文】
#import "Drawerdeligate.h"
//drawerのデリゲート
@implementation Drawerdeligate
-(void)drawerDidOpen:(NSNotification *)notification
{
NSLog(@"drawerDidOpen");
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSDrawer | 修正日2006.12.26 |