gtkcrystalviewer.h

Go to the documentation of this file.
00001 /* 
00002  * Gnome Chemisty Utils
00003  * gtkcrystalviewer.h 
00004  *
00005  * Copyright (C) 2002-2004 Jean Bréfort <jean.brefort@normalesup.org>
00006  *
00007  * This program is free software; you can redistribute it and/or 
00008  * modify it under the terms of the GNU General Public License as 
00009  * published by the Free Software Foundation; either version 2 of the
00010  * License, or (at your option) any later version.
00011  *
00012  * This program is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015  * GNU General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU General Public License
00018  * along with this program; if not, write to the Free Software
00019  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
00020  * USA
00021  */
00022 
00027 #ifndef GTK_CRYSTAL_VIEWER_H
00028 #define GTK_CRYSTAL_VIEWER_H
00029 
00030 #include <gtk/gtkbin.h>
00031 #include <libxml/tree.h>
00032 
00033 G_BEGIN_DECLS
00034 
00036 #define GTK_TYPE_CRYSTAL_VIEWER           (gtk_crystal_viewer_get_type ())
00037 
00042 #define GTK_CRYSTAL_VIEWER(obj)           (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CRYSTAL_VIEWER, GtkCrystalViewer))
00043 
00047 #define GTK_CRYSTAL_VIEWER_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CRYSTAL_VIEWER, GtkCrystalViewerClass))
00048 
00051 #define GTK_IS_CRYSTAL_VIEWER(obj)        (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CRYSTAL_VIEWER))
00052 
00055 #define GTK_IS_CRYSTAL_VIEWER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CRYSTAL_VIEWER))
00056 
00060 #define GTK_CRYSTAL_VIEWER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CRYSTAL_VIEWER, GtkCrystalViewerClass))
00061 
00063 typedef struct _GtkCrystalViewer       GtkCrystalViewer;
00065 typedef struct _GtkCrystalViewerClass  GtkCrystalViewerClass;
00066 
00076 GType               gtk_crystal_viewer_get_type          (void) G_GNUC_CONST;
00084 GtkWidget*            gtk_crystal_viewer_new               (xmlNodePtr node);
00092 void    gtk_crystal_viewer_set_data     (GtkCrystalViewer * viewer, xmlNodePtr node);
00093 
00102 GdkPixbuf *gtk_crystal_viewer_new_pixbuf (GtkCrystalViewer * viewer, guint width, guint height);
00103 
00104 G_END_DECLS
00105 
00106 #endif //GTK_CRYSTAL_VIEWER_H

Generated on Sun Sep 6 18:33:53 2009 for The Gnome Chemistry Utils by  doxygen 1.6.1