Community
Participate
Working Groups
When compiling with #define GSEAL_ENABLE I get 2 errors: os.c: In function ‘Java_org_eclipse_swt_internal_gtk_OS_GTK_1ENTRY_1IM_1CONTEXT’: os.c:146:17: error: ‘GtkEntry’ has no member named ‘im_context’ os.c: In function ‘Java_org_eclipse_swt_internal_gtk_OS_GTK_1TEXTVIEW_1IM_1CONTEXT’: os.c:266:17: error: ‘GtkTextView’ has no member named ‘im_context’ constants are used in widgets: Combo, Spinner, Text
After exploring GTK API, I didn't find any easy way to replace these 2 functions with existing GTK API methods, If someone has any idea how it could be done, please share your thoughts.
Other bug is more useful. *** This bug has been marked as a duplicate of bug 387315 ***