]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/idl/GtkMathView.idl
ocaml 3.09 transition
[helm.git] / helm / gtkmathview-bonobo / idl / GtkMathView.idl
index 8c850f78803d17d2267fe997145321aea7622042..307c166c160d71a47af125e49c8d8f750ac84ef1 100644 (file)
@@ -1,3 +1,25 @@
+/* This file is part of GtkMathView-Bonobo, a Bonobo wrapper for GtkMathView.
+ * Copyright (C) 2003 Luca Padovani <lpadovan@cs.unibo.it>
+ *                    Pouria Masoudi <pmasoudi@cs.unibo.it>
+ * 
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * 
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * For more information, please visit the project's home page
+ * http://helm.cs.unibo.it/gtkmathview-bonobo
+ * or send an email to <lpadovan@cs.unibo.it>
+ */
 
 #include <Bonobo.idl>
 
@@ -48,7 +70,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 +84,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);