From 86cbebadef669ffb8a721e5bf15b77ed8bba3039 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Mon, 8 Sep 2003 19:59:22 +0000 Subject: [PATCH] * IDL file update (and renamed) --- .../idl/{GNOME_GtkMathView_View.idl => GtkMathView.idl} | 8 +++++--- helm/gtkmathview-bonobo/idl/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) rename helm/gtkmathview-bonobo/idl/{GNOME_GtkMathView_View.idl => GtkMathView.idl} (88%) diff --git a/helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl b/helm/gtkmathview-bonobo/idl/GtkMathView.idl similarity index 88% rename from helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl rename to helm/gtkmathview-bonobo/idl/GtkMathView.idl index b0142894a..8c850f788 100644 --- a/helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl +++ b/helm/gtkmathview-bonobo/idl/GtkMathView.idl @@ -59,9 +59,11 @@ module GNOME { * * Returns the position and the size of the rectangle includes @elem */ - boolean elementRectangle (in element_id elem, - out short x, out short y, - out short width, out short height); + boolean elementBoundingBox (in element_id elem, + out short x, out short y, + out short width, out short height, out short depth); + + void getBoundingBox (out short width, out short height, out short depth); void getSize (out short width, out short height, out short totalWidth, out short totalHeight); diff --git a/helm/gtkmathview-bonobo/idl/Makefile.am b/helm/gtkmathview-bonobo/idl/Makefile.am index 1f5839309..14555d1e3 100644 --- a/helm/gtkmathview-bonobo/idl/Makefile.am +++ b/helm/gtkmathview-bonobo/idl/Makefile.am @@ -1,5 +1,5 @@ idldir = $(datadir)/idl/bonobo-2.0 -idl_DATA = GNOME_GtkMathView_View.idl +idl_DATA = GtkMathView.idl EXTRA_DIST = $(idl_DATA) -- 2.39.2