| Home 目次>ApplicationKit>NSApplication | |
hideOtherApplications:
他の全てのアプリケーションを隠します
-(void) hideOtherApplications:(id)sender
【返り値】 | |
| void | なし |
| 【パラメータ】 | |
| sender | 送信オブジェクト |
【解説】
他の全てのアプリケーションを隠します。
【例文】
#import "Controller.h"
@implementation Controller
- ( IBAction )pushButton:( id )sender
{
[[NSApplication sharedApplication] hideOtherApplications: nil ];
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSApplication | 修正日2007.12.21 |