Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Linux GTK 2.8.X Table HIDE SELECTION

Alex Soto (alex.soto@xxxxxxxxxxx):

> SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE | SWT.HIDE_SELECTION);
> 
> just don't know why but all row allways are selected although i can
> manage the cell individually.
> 
> Anybody knows if it is because GTK, SWT or something else? It seems to
> work in windows.

  It's a limitation of GtkTreeView.  Here's our bug about it although
it doesn't say much more:

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=48715

  I don't know if there's anything about this in the GNOME bugzilla
but feel free to file something (and give the URL in the SWT bug).

  -Billy



Back to the top