Skip to main content

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


Erik, we need code to see what you are trying to do.  Check the SWT snippets to see whether your problem has already been solved.  Thanks.



Erik Poupaert <erik.poupaert@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

10/14/2003 06:38 AM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        [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?

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top