macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSTableHeaderCell

sortIndicatorRectForBounds:

ソートインジケータを表示するエリアを返す -(NSRect)sortIndicatorRectForBounds:(NSRect )theRect: 解説 ソートインジケータを表示するエリアを返す 返り値 ( NSRect ) 引数 ( NSRect )theRect フレームワーク ApplicationKit クラス NSTableHeaderCell In…

drawSortIndicatorWithFrame:inView:ascending:priority:

** -(void)drawSortIndicatorWithFrame:(NSRect )cellFrame: inView:(NSView *)controlView: ascending:(BOOL)ascending: priority:(int)priority: 解説 ソート順マークを描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame ( NSView * )controlVi…