Hello !
How can I set a DbGrid widget to only let single row's selection ??
I tried with:
gtk_clist_set_selection_mode ( GTK_CLIST(GNOME_DB_GRID
(dbgrid1)->grid),
GTK_SELECTION_SINGLE );
but nothing happen.
Thanks..
Andres