This is equivalent to calling layout(true)
.
Note: Layout is different from painting. If a child is moved or resized such that an area in the parent is exposed, then the parent will paint. If no child is affected, the parent will not paint.
@exception SWTExceptionThis method should be invoked when this receiver's children are modified (added or removed from the receiver, or layout-related information changed) after the receiver has been displayed.
Note: this is equivalent to {@link #layout(false)}. @see #layout(boolean) @see #invalidate(boolean)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|