enum { NSWindowAnimationBehaviorDefault = 0, NSWindowAnimationBehaviorNone = 2, NSWindowAnimationBehaviorDocumentWindow = 3, NSWindowAnimationBehaviorUtilityWindow = 4, NSWindowAnimationBehaviorAlertPanel = 5 }; typedef NSInteger NSWindowAnimationBehavior;
enum NSWindowAnimationBehavior : Int { case Default case None case DocumentWindow case UtilityWindow case AlertPanel }
解説
設定値
フレームワーク
Appkit
クラス
NSWindow
使用可能
10.7-
参照
関連記事(外部サイト)
更新時のバージョン
OS X 10.10