Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uninitialized variable fix for e-table | Matthew Loper | 2000-07-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4367 | ||||
* | Added "table_selection_model" argument. Removed foreach function and | Christopher James Lahey | 2000-07-27 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-07-26 Christopher James Lahey <clahey@helixcode.com> * e-table-group-container.c, e-table-group-container.h, e-table-group-leaf.c, e-table-group-leaf.h: Added "table_selection_model" argument. Removed foreach function and selection notification. * e-table-group.c, e-table-group.h: Removed foreach function and selection notification. * e-table-header.c: Fixed header width calculation to include the last column. * e-table-item.c, e-table-item.h: Fixed this to use the new selection model. * e-table-scrolled.c, e-table-scrolled.h: Removed selection notification. * e-table-selection-model.c, e-table-selection-model.h: Finished notification signals and fixed a bunch of bit manipulations. Implemented do_something method. * e-table.c, e-table.h: Create an ETableSelectionModel and use it properly. svn path=/trunk/; revision=4363 | ||||
* | Make sure the ETable is constructed properly, by setting the | Ettore Perazzoli | 2000-07-11 | 1 | -4/+12 |
| | | | | | | arguments in the parent EScrollFrame class. svn path=/trunk/; revision=4063 | ||||
* | Add e-table-scrolled.c and e-table-scrolled.h. | Christopher James Lahey | 2000-07-10 | 1 | -0/+353 |
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Add e-table-scrolled.c and e-table-scrolled.h. * e-table-item.c: Make sure that find_cell returns FALSE if the item doesn't have any cells. * e-table-scrolled.c, e-table-scrolled.h: Added a widget to contain an ETable and provide scrollbars (for ease of use.) * e-table.c, e-table.h: Make this support the scrollable interface and not contain its own scrollbars. svn path=/trunk/; revision=4031 |