diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 15:57:31 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-13 15:57:31 +0800 |
commit | 9bd34cd86289069720397e884d7664772458c33a (patch) | |
tree | 24dd21d9e00a13bf8544f590d5fc1575eb308fce /widgets/ChangeLog | |
parent | df80388fd94f635a0fecb08314eafd5e25131800 (diff) | |
download | gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.gz gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.bz2 gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.lz gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.xz gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.tar.zst gsoc2013-evolution-9bd34cd86289069720397e884d7664772458c33a.zip |
Fix before trip
svn path=/trunk/; revision=1485
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 9f0f836b68..305d0e9d48 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,5 +1,16 @@ 1999-12-12 Miguel de Icaza <miguel@helixcode.com> + * e-table-item.c (eti_class_init): X and Y arguments are now + doubles (to make it consistent with the rest of the canvas x, y + arguments). + + * e-table.c (e_table_create_leaf): Use new argument values here + + * test-*.c: Update to new argument types for x and y + + * e-table-group.c: New implementation as a canvas item used to + group childs. + * e-table-item.c (eti_update): Make this play nicely with groups. (eti_draw): ditto. (eti_request_region_redraw): ditto. |