| [news.eclipse.platform.swt] Re: Adding widgets to a composite after creation. |
Hi Mark,
storedParent.layout();
Michal
At the moment I have tried what I thought was the most obvious path, which is to store off the parent passed to 'createPartControl' then just use it from the actions like you would normally do during creation (new Label(storedParent, SWT...). But obviously that does not work or I wouldn't have to ask?