Bug 502193 - [GTK3] Remove deprecated functions from SWT
Summary: [GTK3] Remove deprecated functions from SWT
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
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
Blocks:
  Show dependency tree
 
Reported: 2016-09-26 12:56 EDT by Eric Williams CLA
Modified: 2020-01-24 03:42 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.