Skip to main content

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

Yes they are API compatible

On 12/11/06, Steve Northover <Steve_Northover@xxxxxxxxxx> wrote:

It's hard to know how to answer this question.  Are your optimized GTK+ widgets API compatible with the regular GTK widgets?



"Daniel Spiewak" <djspiewak@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

12/11/2006 10:36 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc

Subject
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


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


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




Back to the top