[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Redraw?

I have one composite and i'll be adding new tab folder on the fly (e.g when an action is performed). But for now, it's need to do something with the parent, like resize or something. What will be solution NOT to do like that? Like, as soon as a new tab folder is added, it will be appeared in the composite. redraw() or something needed?