| [news.eclipse.platform.swt] Re: Canvas vs Composite Question |
Hey Tom,
Thanks,
Arpit
Yes. Canvas is prepared to draw with a GC on it but both can have child widgets.
Tom
Jyoti schrieb:Hi,
We are trying to evaluate using Canvas vs Composite for the Grid Widget.
Have couple questions...
How does Canvas and Composite handle OS specific calls?
Can both be used i.e. put all controls in Composite and then add it to Canvas?
Thanks