]> matita.cs.unibo.it Git - helm.git/commit
* added test View interface. It is basically empty but eventually it will host
authorLuca Padovani <luca.padovani@unito.it>
Thu, 4 Sep 2003 18:46:14 +0000 (18:46 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Thu, 4 Sep 2003 18:46:14 +0000 (18:46 +0000)
commit450d16b153ca65b088474c69e5d8972659735731
treea4246c81b69c3be9f59375d112d1f4b5bde0a154
parent22bb9330d93cdf89baa5df76df6db72709a4d6fb
* added test View interface. It is basically empty but eventually it will host
  any gtkmathview-specific method
13 files changed:
helm/gtkmathview-bonobo/Makefile.am
helm/gtkmathview-bonobo/configure.ac
helm/gtkmathview-bonobo/idl/.cvsignore [new file with mode: 0644]
helm/gtkmathview-bonobo/idl/GNOME_GtkMathView_View.idl [new file with mode: 0644]
helm/gtkmathview-bonobo/idl/Makefile.am [new file with mode: 0644]
helm/gtkmathview-bonobo/src/.cvsignore
helm/gtkmathview-bonobo/src/GNOME_GtkMathView.server.in.in
helm/gtkmathview-bonobo/src/Makefile.am
helm/gtkmathview-bonobo/src/control-factory.c
helm/gtkmathview-bonobo/src/view.c [new file with mode: 0644]
helm/gtkmathview-bonobo/src/view.h [new file with mode: 0644]
helm/gtkmathview-bonobo/test/Makefile.am
helm/gtkmathview-bonobo/test/main.c