Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT patch to allow public access to Layout methods

Hi SWT Team,

We have some code that we think will be interesting to folks (per-pixel scrolling of native tables on Win/Mac/Linux).  However, to get it to work, we had to patch SWT so that we can call the methods of an SWT Layout from outside the `org.eclipse.swt.widgets` package.

We created a bugzilla bug and a gerrit change a couple days ago:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=515141

It's only one small class, but it does add public API.  Is there any chance it can be merged in time for M7?

Thanks,

Ned Twigg
Lead Software Architect, DiffPlug LLC
540-336-8043 (cell)
888-513-6870 (fax)
340 S Lemon Ave #343
3, Walnut, CA 91789

Back to the top