I think thire is no direct API for that
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)
Recent blog posts
- Nirmitsu Technologies Launches NU2000, NU2100 and NU4000
- Gtk and Embedded Devices - part 1
- gtk extra plot...
- GtkSheet with freeze panes
- Fake a signal
- Query::Setting Color of submenu Widgets
- how to color the combo box entry
- Multiline Text Editing Widget
- Setting Color of submenu Widgets
- GtkFB (Gtk+) for the Linux Framebuffer
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.