Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is there an event for a composite has a new child control?
Is there an event for a composite has a new child control? [message #1702304] Tue, 21 July 2015 13:13
Eclipse UserFriend
I want to know is there an event for a composite has a new child control?

For example,

Composite parent = new Composite();
Label child = new Label(parent, SWT.None);

I want to know the parent composite is getting a child label when new label
create then immediately.


Thanks.

Frank
Previous Topic:How to make both Shell and Composite transparent under linux?
Next Topic:How to replace the standard toolbar of RCP application
Goto Forum:
  


Current Time: Tue Mar 19 09:40:18 GMT 2024

Powered by FUDForum. Page generated in 0.01727 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top