Composite.isLayoutDeferred

Returns <code>true</code> if the receiver or any ancestor up to and including the receiver's nearest ancestor shell has deferred the performing of layouts. Otherwise, <code>false</code> is returned.

@return the receiver's deferred layout state

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

@see #setLayoutDeferred(bool) @see #getLayoutDeferred()

@since 3.1

class Composite
bool
isLayoutDeferred
(
)

Meta