Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT.FULL_SELECTION/SWT.HIDE_SELECTION

I should really want to use SWT.HIDE_SELECTION instead of SWT.FULL_SELECTION in my
table, but in case of SWT.HIDE_SELECTION, the method "item = getItem(point)" doesn't 
seem to work (I'm using 2-132).

The reason I need to get rid of SWT.FULL_SELECTION is because on Windows the
selection bar is dark blue and makes everything unreadable underneath it. On GTK the
text remains readable underneath the selection bar in most themes.

Another solution would consist in changing the colour of the selection bar
programmatically, so that it has a lighter colour and keeps the text and
images underneath it readable. I can't find an API call that makes it possible to
change the colour of the selection bar. Does it exist?

On GTK, a table with multiple columns will only show the header for the last column.
The preceding columns will have blank headers, unless you resize the column headers
(manually or programmatically). It's probably a known issue?



Back to the top