I think thire is no direct API for that

I think thire is no direct API for that

We have write code using APIs

/* insert nrows rows before the given row and pull right */
void
gtk_sheet_insert_rows (GtkSheet *sheet, guint row, guint nrows);

/* insert ncols columns before the given col and pull down */
void
gtk_sheet_insert_columns (GtkSheet *sheet, guint col, guint ncols);

/* delete nrows rows starting in row */
void
gtk_sheet_delete_rows (GtkSheet *sheet, guint row, guint nrows);

/* delete ncols columns starting in col */
void
gtk_sheet_delete_columns (GtkSheet *sheet, guint col, guint ncols);

try it

Cheers,

--
_| _| _| Ashoka Gudigara. Email;Agudigara@india.tensor.com
_| _| _| Software Engineer.
_| _| _| Tensor PLC.

how to color the combo box entry By: nandhini (1 replies) Thu, 02/21/2008 - 10:31
  • I think thire is no direct API for that By: ashoka.g (02/21/2008 - 13:53)