enum { NSDirectSelection = 0, NSSelectingNext, NSSelectingPrevious }; typedef NSUInteger NSSelectionDirection;
enum NSSelectionDirection : UInt { case DirectSelection case SelectingNext case SelectingPrevious }
解説
設定値
フレームワーク
Appkit
クラス
NSWindow
使用可能
10.0
参照
関連記事(外部サイト)
更新時のバージョン
OS X 10.10