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 SWTException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|