New routine: Realizes the cell views (eti_unrealize_cell_views): New

1999-11-25  Miguel de Icaza  <miguel@gnu.org>

	* e-table-item.c (eti_realize_cell_views): New routine: Realizes
	the cell views
	(eti_unrealize_cell_views): New routine: unrealizes the cell views.

	* e-table-item.h: Move cell_views array here.

	* table-test.c (value_at): Fix return value.

svn path=/trunk/; revision=1436
This commit is contained in:
Miguel de Icaza
1999-11-25 09:06:52 +00:00
committed by Arturo Espinosa
parent a04a846f41
commit 90e1fbec85
2 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,14 @@
1999-11-25 Miguel de Icaza <miguel@gnu.org> 1999-11-25 Miguel de Icaza <miguel@gnu.org>
* e-table-item.c (eti_realize_cell_views): New routine: Realizes
the cell views
(eti_unrealize_cell_views): New routine: unrealizes the cell views.
* e-table-item.h: Move cell_views array here.
* table-test.c (value_at): Fix return value.
(main): use new invocation method.
* e-table-header-item.c (ethi_realize): Realize cells. * e-table-header-item.c (ethi_realize): Realize cells.
* e-table-item.c (eti_header_dim_changed): redraw before and after. * e-table-item.c (eti_header_dim_changed): redraw before and after.

View File

@ -1,5 +1,14 @@
1999-11-25 Miguel de Icaza <miguel@gnu.org> 1999-11-25 Miguel de Icaza <miguel@gnu.org>
* e-table-item.c (eti_realize_cell_views): New routine: Realizes
the cell views
(eti_unrealize_cell_views): New routine: unrealizes the cell views.
* e-table-item.h: Move cell_views array here.
* table-test.c (value_at): Fix return value.
(main): use new invocation method.
* e-table-header-item.c (ethi_realize): Realize cells. * e-table-header-item.c (ethi_realize): Realize cells.
* e-table-item.c (eti_header_dim_changed): redraw before and after. * e-table-item.c (eti_header_dim_changed): redraw before and after.