Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] tracking GTK events

I am working on tracking GTK  events using SWT.  I have been able to
track GTK events in 'standard' GTK apps, like gimp.  When I try and
track GTK events in an SWT appliation, the program gets nothing.  Is
there something going on with GTK events on the native SWT side that
would prevent me from getting access to events?  I am trying to do
something simple such as button clicks in SWT.

Thanks for any help you have.


Back to the top