gtkcrystalviewer.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00029 #ifndef GTK_CRYSTAL_VIEWER_H
00030 #define GTK_CRYSTAL_VIEWER_H
00031
00032 #include <gtk/gtkbin.h>
00033 #include <libxml/tree.h>
00034
00035 G_BEGIN_DECLS
00036
00037 #define GTK_TYPE_CRYSTAL_VIEWER (gtk_crystal_viewer_get_type ())
00038 #define GTK_CRYSTAL_VIEWER(obj) (GTK_CHECK_CAST ((obj), GTK_TYPE_CRYSTAL_VIEWER, GtkCrystalViewer))
00039 #define GTK_CRYSTAL_VIEWER_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_CRYSTAL_VIEWER, GtkCrystalViewerClass))
00040 #define GTK_IS_CRYSTAL_VIEWER(obj) (GTK_CHECK_TYPE ((obj), GTK_TYPE_CRYSTAL_VIEWER))
00041 #define GTK_IS_CRYSTAL_VIEWER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CRYSTAL_VIEWER))
00042 #define GTK_CRYSTAL_VIEWER_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_CRYSTAL_VIEWER, GtkCrystalViewerClass))
00043
00044 typedef struct _GtkCrystalViewer GtkCrystalViewer;
00045 typedef struct _GtkCrystalViewerClass GtkCrystalViewerClass;
00046
00055 struct _GtkCrystalViewer
00056 {
00057 GtkBin bin;
00058
00059
00060 struct _GtkCrystalViewerPrivate *priv;
00061 };
00062
00063 struct _GtkCrystalViewerClass
00064 {
00065
00066 GtkBinClass parent_class;
00067 };
00068
00069 GType gtk_crystal_viewer_get_type (void) G_GNUC_CONST;
00077 GtkWidget* gtk_crystal_viewer_new (xmlNodePtr node);
00085 void gtk_crystal_viewer_set_data (GtkCrystalViewer * viewer, xmlNodePtr node);
00086
00087 G_END_DECLS
00088
00089 #endif
Generated on Tue Sep 21 14:59:35 2004 for The Gnome Chemistry Utils by
1.3.8