|
From: Adrian F. <fe...@ph...> - 2000-06-23 20:19:58
|
Hi. you have two functions: gtk_sheet_range_clear: clears cells without removing links (only the displayed text). gtk_sheet_range_delete: clears text and removes links. I hope this is what you are looking for. Regards, <ADRIAN> On Fri, 23 Jun 2000, Christopher Howell wrote: > I am unable to find code to clear selections on a sheet. > gtk_sheet_unselect_range(sheet, NULL) doesn't work. Is this supposed to > unselect, or is there another way to do it? > > -Chris > > |