Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Eclipse M9 and CTabFolder setBackground

Hallo!

My Name is Andreas Martin and this is my first post to this mailing list. I
hope it's the right place for my question, I did not find a solution in
bugzilla or the archives:

I used a CTabFolder widget in Eclipse M8 and set the color gradient of
inactive tabs of a CTabFolder with the function "setBackground(Color[]
colors, int[] percents, boolean vertical)". I just upgraded to M9 and now I
get the error "The method setBackground(Color[], int[], boolean) from the
type CTabFolder is not visible".  

The definition in CTabFolder is "void setBackground(Color[] colors, int[]
percents, boolean vertical)" and not "public void" like "public void
setBackground (Color color)" you can find there too. 

Can somebody explain why the definition changed or help me what to do to get
the gradient setBackground function back?


Thanks
Andreas Martin




Back to the top