Bug 502193

Summary: [GTK3] Remove deprecated functions from SWT
Product: [Eclipse Project] Platform Reporter: Eric Williams <ericwill>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, nikita
Version: 4.7   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=539392
Whiteboard:
Bug Depends on: 551752, 472377, 502100, 502101, 502103, 502104, 502105, 518714, 518715, 518716, 518717, 518718, 518719, 518720, 518721, 518722, 518723, 530386, 530387, 539331, 539392, 539572, 539573, 539582, 539705, 539706, 539707, 539730, 539761    
Bug Blocks:    

Description Eric Williams CLA 2016-09-26 12:56:13 EDT
This is an umbrella bug that can track the ongoing progress to remove deprecated GTK functions from SWT. If you come across a deprecated function, please file the bug and add this bug as a blocker.
Comment 1 Leo Ufimtsev CLA 2016-09-26 18:14:16 EDT
As a note,  for some of these functions we may have to put them into:

 If (above GTK version XYZ)
    Use new function/mechanism
 else
    use old deprecated function 

 And wait until support for that version of GTK is dropped. Ex some of those function deprecations are as of Gtk3.12, which might take a while before support is dropped for it.