Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Change constructor options of widget during runtime
Change constructor options of widget during runtime [message #437061] Fri, 28 May 2004 11:01
Eclipse UserFriend
Originally posted by: tag.keyboardsamurais.de

Assuming I have i Text widget that I constructed with following code:

new Text(composite, SWT.BORDER |SWT.H_SCROLL | SWT.MULTI);

Is there any way I could change the options given in the constructor
during runtime....for example add a vertical scrollbar like SWT.V_SCROLL?

Best regards,
Toni
Previous Topic:Swing/SWT Threading-Problems
Next Topic:Propagating Layouts throughout classes
Goto Forum:
  


Current Time: Fri Apr 26 18:40:13 GMT 2024

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

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

Back to the top