diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-31 03:32:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-31 03:32:36 +0800 |
commit | e169895ef5190451091849db40e988a769786beb (patch) | |
tree | 073348f5353959091fa7be79a0f85eef8aa49978 /e-util/ChangeLog | |
parent | eaddfcefea7b157870cb1a20b608cabfcb03c940 (diff) | |
download | gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar.gz gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar.zst gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.zip |
Added e_canvas_item_show_area which makes sure that a particular area of a
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* e-canvas-utils.c, e-canvas-utils.h: Added
e_canvas_item_show_area which makes sure that a particular area of
a given item is in the scroll area.
svn path=/trunk/; revision=3289
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 9c0a9deb65..29aace5994 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2000-05-30 Christopher James Lahey <clahey@helixcode.com> + + * e-canvas-utils.c, e-canvas-utils.h: Added + e_canvas_item_show_area which makes sure that a particular area of + a given item is in the scroll area. + 2000-05-30 Federico Mena Quintero <federico@helixcode.com> * e-dialog-widgets.c (hook_radio): Use the exported function to |