aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-example-2.c
Commit message (Collapse)AuthorAgeFilesLines
* Added base ETableModel functions.Christopher James Lahey2000-09-091-15/+69
| | | | | | | | | | | | | | 2000-09-08 Christopher James Lahey <clahey@helixcode.com> * e-tree-example-1.c: Added base ETableModel functions. * e-tree-example-2.c: Added base ETableModel functions. Made it never return NULL as a string, instead return "". * e-tree-simple.c, e-tree-simple.h: Require base ETableModel functions. svn path=/trunk/; revision=5266
* new test, a home grown 2 hour hack of a file browser. usesChris Toshok2000-09-011-0/+673
2000-09-01 Chris Toshok <toshok@helixcode.com> * e-tree-example-2.c: new test, a home grown 2 hour hack of a file browser. uses node_collapsed/emitted signals to populate the left tree. * Makefile.am: add tree-example-2.c stuff. * .cvsignore: add tree-example-2 svn path=/trunk/; revision=5163