MonobjcMonobjc Documented Class Library
SetNeedsLayout Method (flag)
NamespacesMonobjc.WebKitIWebDocumentViewSetNeedsLayout(Boolean)

Sets whether or not the receiver should change its layout.

Original signature is '- (void)setNeedsLayout:(BOOL)flag'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SetNeedsLayout(
	bool flag
)
Sub SetNeedsLayout ( _
	flag As Boolean _
)
void SetNeedsLayout(
	bool flag
)
Parameters
flag (Boolean)
Sets whether the receiver needs to update its layout in the next call to its drawRect: method.
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.WebKit (Module: Monobjc.WebKit)