X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fidl%2FGtkMathView.idl;h=9052449b087d89bfc0a87dccbef2be2c469aff45;hb=e03554e83a734994353488594810b5c32bfc46af;hp=8c850f78803d17d2267fe997145321aea7622042;hpb=4d6c4a7262efde3ffa94e3d62307b517b6d83924;p=helm.git diff --git a/helm/gtkmathview-bonobo/idl/GtkMathView.idl b/helm/gtkmathview-bonobo/idl/GtkMathView.idl index 8c850f788..9052449b0 100644 --- a/helm/gtkmathview-bonobo/idl/GtkMathView.idl +++ b/helm/gtkmathview-bonobo/idl/GtkMathView.idl @@ -48,7 +48,9 @@ module GNOME { void select (in element_id elem); void unselect (in element_id elem); boolean isSelected (in element_id elem); - + + boolean elementCoords (in element_id elem, + out short x, out short y); /** * elementRectangle: * @elem: ID of the element @@ -60,13 +62,9 @@ module GNOME { * Returns the position and the size of the rectangle includes @elem */ 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); + void getSize (out short width, out short height); void getTop (out short x, out short y); void setTop (in short x, in short y);