MonobjcMonobjc Documented Class Library
ColumnWidthForColumnContentWidth Method (columnContentWidth)
NamespacesMonobjc.AppKitNSBrowserColumnWidthForColumnContentWidth(CGFloat)

Returns the column width for the width of the given column’s content.

Original signature is '- (CGFloat)columnWidthForColumnContentWidth:(CGFloat)columnContentWidth'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat ColumnWidthForColumnContentWidth(
	CGFloat columnContentWidth
)
Public Overridable Function ColumnWidthForColumnContentWidth ( _
	columnContentWidth As CGFloat _
) As CGFloat
public:
virtual CGFloat ColumnWidthForColumnContentWidth(
	CGFloat columnContentWidth
)
Parameters
columnContentWidth (CGFloat)
The width of the column's content (the width of the the matrix in the column).
Return Value
The width of the column (the width of the entire scrolling text view).
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)