aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ROADMAP.e-table
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-12-12 17:20:46 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-12-12 17:20:46 +0800
commitfa895ed8e1454d4d761b8789381ca5ba464a7c93 (patch)
tree594aa949bfdb351a0cb6646bb950744c8a791c88 /widgets/e-table/ROADMAP.e-table
parent863f8aa634005c6400d629c353f5fed485106fce (diff)
downloadgsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar
gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.gz
gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.bz2
gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.lz
gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.xz
gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.tar.zst
gsoc2013-evolution-fa895ed8e1454d4d761b8789381ca5ba464a7c93.zip
More work. We now have the basics for nesting working, now we need all the
More work. We now have the basics for nesting working, now we need all the interactions done properly. I want to use a new GnomeCanvasItem for the nesting parent as well. DnD will have to be done with our own protocol to provide all the feedback we want to provide. Miguel svn path=/trunk/; revision=1481
Diffstat (limited to 'widgets/e-table/ROADMAP.e-table')
-rw-r--r--widgets/e-table/ROADMAP.e-table15
1 files changed, 15 insertions, 0 deletions
diff --git a/widgets/e-table/ROADMAP.e-table b/widgets/e-table/ROADMAP.e-table
index 08340f433c..4edacced86 100644
--- a/widgets/e-table/ROADMAP.e-table
+++ b/widgets/e-table/ROADMAP.e-table
@@ -11,6 +11,13 @@ The objects are rendered by various view objects. In the current code
base, we use we use GnomeCanvasItems to do the rendering. One for
each table and one for the headers.
+* The main widget
+
+e-table.c, e-table.h:
+
+ Implements a full widget. Uses various components described
+ below. Handles column display as well as grouping/nesting
+
* The Models
All of them are GtkObjects.
@@ -78,6 +85,14 @@ e-cell-text.c, e-cell-text.h
implements text display: supports justification and font
setting. Will add color in the future most likely
+e-cell-toggle.c, e-cell-toggle.h
+
+ A derivative of e-cell as well that support N-toggle values
+ using images.
+
+e-cell-check.c, e-cell-check.h
+
+ An e-cell-toggle with two states only (for checkboxes).
* The Filters