Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Removing widgets from a composite


Jorgen,

You need to destroy the widgets that are to be removed from the Composite, for an example of this see: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet98.java?rev=HEAD&content-type=text/vnd.viewcvs-markup

Also note that future questions regarding SWT usage should be asked on the eclipse.platform.swt newsgroup, not this list, TIA.

Grant

Back to the top