[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
|
- From: Billy Biggs <vektor@xxxxxxxxxxxx>
- Date: Fri, 23 Dec 2005 09:35:40 -0600
- Delivered-to: platform-swt-dev@eclipse.org
- User-agent: Mutt/1.5.4i
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