I’d like to change the background and/or foreground colors of the text on an SWT TabItem; however, it (and it’s class hierarchy) don’t seem to have methods for this – and I can’t seem to find any other members I can get ahold of to do this.
Ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It turns out this isn’t supported (at least not today) in the TabItem/TabFolder featureset:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=96239
It also turns out that it is not supported in the CTabItem/CTabFolder featureset:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=75411
bummer.