tags:

views:

158

answers:

1

I looking for Commbobox in which I can change Font property for some items.

Example:

  • First item: bold, font colour: red
  • Second item: italic, font colour: dark

Or: How to use org.eclipse.swt.custom.CCombo widget to do this?

+1  A: 

You might look at Creating Your Own Widgets using SWT.

trashgod