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/e-canvas-utils.h | |
parent | eaddfcefea7b157870cb1a20b608cabfcb03c940 (diff) | |
download | gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar.gz gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar.bz2 gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar.lz gsoc2013-evolution-e169895ef5190451091849db40e988a769786beb.tar.xz 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/e-canvas-utils.h')
-rw-r--r-- | e-util/e-canvas-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-canvas-utils.h b/e-util/e-canvas-utils.h index 9580f64f96..a940ea393c 100644 --- a/e-util/e-canvas-utils.h +++ b/e-util/e-canvas-utils.h @@ -25,5 +25,6 @@ #include <gnome.h> void e_canvas_item_move_absolute (GnomeCanvasItem *item, double dx, double dy); +void e_canvas_item_show_area (GnomeCanvasItem *item, double x1, double y1, double x2, double y2); #endif /* __E_CANVAS_UTILS__ */ |