Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] extending SWT

You'll have to write Java wrappers for these widgets into SWT just like Button or Text (or any other native widget for that matter).  The Widget#handle field contains the GTKObject which represents the peer for these objects (GTKWindow for Shell I think, and so on).  Most standard GTK methods are available in the org.eclipse.swt.internal.gtk.OS class, FYI.

Daniel

On 12/11/06, Sheldon Dsouza <sheldond@xxxxxxxxx> wrote:
Hi,

           I am curretnly working on an optimized GTK+ widget set were we have also intoduced our own widgets. I would like to know if it is possible to integrate this widget set into SWT and How?.

Regards,
Sheldon

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top