macOS/iOS API解説

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

目次

columnContentWidthForColumnWidth:

コラム幅を返します
-(float)columnContentWidthForColumnWidth:(float)columnWidth:

解説

コラム幅を返します。(スクロールビューをのぞいた幅)

返り値

( float )

なし

引数

( float )columnWidth

フレームワーク

ApplicationKit

クラス

NSBrowser

Instance Methods

使用可能

10.3

参照

-columnWidthForColumnContentWidth:

例文

NSLog(@"%f",[myOutlet columnContentWidthForColumnWidth:100]);