Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Removing children from composite components.

Hi!

Is it possible to remove children from Composites? I have a requirement
where I have to dynamically add and remove children from a composite.
Adding to a composite is easy, but removing a control from composite is not
possible. I think invoking dispose on the children to be removed will have
unwanted side-effects. Is there any way to do this?
Thanks in advance,

T & R
Indukumar




Back to the top