Bug 79042 - CTabFolder should support disabling/enabling tabs
Summary: CTabFolder should support disabling/enabling tabs
Status: RESOLVED DUPLICATE of bug 73012
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-18 19:12 EST by David Green CLA
Modified: 2004-11-26 16:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2004-11-18 19:12:04 EST
See http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg01243.html for
a good discussion of the issue.  From the message:

> I've used a few applications where tab items were disabled. The text/image
> in the tab is greyed out and selection is disabled. You may wish to do
this
> to illustrate that functionality is available but that for some reason you
> can't access it because, for example, it's not applicable given current
> settings, or you're using a crippled version of the application.
>
> Neither TabItem nor CTabItem support a disabled L&F. In the case of
> TabItem this may be because it's not supported across all platforms.
> In the case of CTabItem it should be possible. BTW, CTabItem has a
> property named "disabledImage", accessed via getDisabledImage and
> setDisabledImage. This is very badly named, since it actually
> describes the image displayed when the tab is not selected.
>
Comment 1 Veronika Irvine CLA 2004-11-26 16:40:02 EST

*** This bug has been marked as a duplicate of 73012 ***