]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/src/control-factory.h
* the container seems to work now
[helm.git] / helm / gtkmathview-bonobo / src / control-factory.h
index ff75a253819a9cd842b7af977ccf4c3a376d3e15..e91e8a7a5c18e1076a7805bf6f4e6b833b3e01c5 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
-#ifdef GTK_MATH_VIEW_CONTROL_FACTORY_H_
-#define GTK_MATH_VIEW_CONTROL_FACTORY_H_
+#ifndef __control_factory_h__
+#define __control_factory_h__
 
+#include <config.h>
 #include <bonobo.h>
-#include <glib.h>
 #include <bonobo/bonobo-control.h>
-#include <gtkmathview.h>
 
 #define CONTROL_FACTORY_ID     "OAFIID:GNOME_GtkMathView_Factory:" MATH_VIEW_API_VERSION
 #define CONTROL_ID             "OAFIID:GNOME_GtkMathView:" MATH_VIEW_API_VERSION
 
-enum math_args;
-
-BonoboControl *gtk_math_view_control_factory(BonoboGenericFactory *factory,const gchar *component_id, gpointer closure);
-static void get_prop(BonoboPropertyBag*, BonoboArg *, guint , CorbaEnvironment*, gpointer);
-static void set_prop(BonoboPropertyBag*, BonoboArg *, guint , CorbaEnvironment*, gpointer);
-
-static void notify_property_bag(GtkMathView* ,gpointer);
-
-#endif
+#endif /* __control_factory_h__ */