Skip to main content



      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 07: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: Thu Nov 06 12:44:36 EST 2025

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

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

Back to the top