swtoolkit

SCons: Copy external libraries to build output directory

We're using SCons + swtoolkit for our build system on Mac, Linux, and Windows. We have a svn repository that contains all of our external library dependencies, the path to which is located in the environment variable EXTERNAL_SDKS. In each of our target SConscripts, I'd like to find a method that will look up what libraries located u...

what is the order of events that SWT styleText monitors?

There are a lot of events that styleText can listen to and handle using _listeners of different kinds. How can I find out which events fired when? For example, key event, line event, paint event, and so forth. Here are the listeners available: addBidiSegmentListener addExtendedModifyListener addLineBackgroundListener addLineStyleListen...

Changing the look and feel of an SWT tabs

I'm using SWT CTabFolder to build tabs in my application. I kind of dislike the visual appearance of tabs, it too Eclipse-like. Is there a way to change the aspects of tabs? I'd like to change the close button for example, the placement of tabs, their appearance maybe... ...