1 #ifndef __GTK_MATH_VIEW_PERSIST_STREAM_H__
2 #define __GTK_MATH_VIEW_PERSIST_STREAM_H__
4 #include <bonobo/bonobo-persist.h>
5 #include <gtkmathview.h>
9 struct _GtkMathViewPersistStream;
10 typedef struct _GtkMathViewPersistStream GtkMathViewPersistStream;
11 typedef struct _GtkMathViewPersistStreamPrivate GtkMathViewPersistStreamPrivate;
13 #define GTK_MATH_VIEW_TYPE_PERSIST_STREAM (gtk_math_view_persist_stream_get_type())
15 #define GTK_MATH_VIEW_PERSIST_STREAM(object) (G_TYPE_CHECK_INSTANCE_CAST((object), GTK_MATH_VIEW_TYPE_PERSIST_STREAM,GtkMathViewPersistStream))
17 #define GTK_MATH_VIEW_IS_PERSIST_STREAM(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), GTK_MATH_VIEW_TYPE_PERSIST_STREAM))
19 #define GTK_MATH_VIEW_IS_PERSIST_STREAM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GTK_MATH_VIEW_TYPE_PERSIST_STREAM))
21 struct _GtkMathViewPersistStream{
23 GtkMathView *math_view;
24 const gchar* tmp_path_name;
28 BonoboPersistClass parent_class;
30 POA_Bonobo_PersistStream__epv epv;
31 }GtkMathViewPersistStreamClass;
33 GType gtk_math_view_persist_stream_get_type(void);
34 //BonoboObject *gtk_math_view_persist_stream_new(GtkMathView *math_view);