aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-combo.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V0_11'.V0_11nobody2001-10-031-62/+0
| | | | svn path=/tags/V0_11/; revision=13336
* new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-261-0/+62
2001-02-25 Damon Chaplin <damon@ximian.com> * e-cell-popup.c: new abstract ECell subclass to be used as base class for popup ECells. * e-cell-combo.c: subclass of ECellPopup which pops up a simple list of strings. * e-table-item.c: Renamed eti_row_diff() to e_table_item_row_diff() and made public, since the ECellPopup subclasses need it. * Makefile.am: added e-cell-popup.[hc] and e-cell-combo.[hc] svn path=/trunk/; revision=8387