aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-canvas-utils.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-31 03:32:36 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-31 03:32:36 +0800
commite169895ef5190451091849db40e988a769786beb (patch)
tree073348f5353959091fa7be79a0f85eef8aa49978 /widgets/misc/e-canvas-utils.h
parenteaddfcefea7b157870cb1a20b608cabfcb03c940 (diff)
downloadgsoc2013-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 'widgets/misc/e-canvas-utils.h')
-rw-r--r--widgets/misc/e-canvas-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-canvas-utils.h b/widgets/misc/e-canvas-utils.h
index 9580f64f96..a940ea393c 100644
--- a/widgets/misc/e-canvas-utils.h
+++ b/widgets/misc/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__ */