]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/idl/GtkMathView.idl
* advanced implementation of View interface
[helm.git] / helm / gtkmathview-bonobo / idl / GtkMathView.idl
index 8c850f78803d17d2267fe997145321aea7622042..9052449b087d89bfc0a87dccbef2be2c469aff45 100644 (file)
@@ -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);