gtkperiodic.h

Go to the documentation of this file.
00001 // -*- C -*-
00002 
00003 /* 
00004  * Gnome Chemisty Utils
00005  * gtkperiodic.h 
00006  *
00007  * Copyright (C) 2002-2006 Jean Bréfort <jean.brefort@normalesup.org>
00008  *
00009  * This program is free software; you can redistribute it and/or 
00010  * modify it under the terms of the GNU General Public License as 
00011  * published by the Free Software Foundation; either version 2 of the
00012  * License, or (at your option) any later version.
00013  *
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  *
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program; if not, write to the Free Software
00021  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
00022  * USA
00023  */
00024 
00025 #ifndef GTK_PERIODIC_H
00026 #define GTK_PERIODIC_H
00027 
00028 #include <gdk/gdk.h>
00029 #include <gtk/gtk.h>
00030 
00031 G_BEGIN_DECLS
00032 
00043 enum GtkPeriodicColorSchemes
00044 {
00045   GTK_PERIODIC_COLOR_NONE,
00046   GTK_PERIODIC_COLOR_DEFAULT,
00047   GTK_PERIODIC_COLOR_MAX,
00048 };
00049 
00051 #define GTK_TYPE_PERIODIC                 (gtk_periodic_get_type ())
00052 
00057 #define GTK_PERIODIC(obj)                 (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_PERIODIC, GtkPeriodic))
00058 
00062 #define GTK_PERIODIC_CLASS(klass)         (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_PERIODIC, GtkPeriodicClass))
00063 
00066 #define GTK_IS_PERIODIC(obj)      (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_PERIODIC))
00067 
00070 #define GTK_IS_PERIODIC_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_PERIODIC))
00071 
00075 #define GTK_PERIODIC_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_PERIODIC, GtkPeriodicClass))
00076 
00078 typedef struct _GtkPeriodic       GtkPeriodic;
00080 typedef struct _GtkPeriodicClass  GtkPeriodicClass;
00081 
00124 typedef void (*GtkPeriodicColorFunc) (int, GdkColor*, gpointer);
00125 
00127 GType               gtk_periodic_get_type          (void) G_GNUC_CONST;
00129 GtkWidget*            gtk_periodic_new               (void);
00130 
00139 guint                           gtk_periodic_get_element                (GtkPeriodic* periodic);
00148 void                            gtk_periodic_set_element                (GtkPeriodic* periodic, guint element);
00149 
00160 int                                     gtk_periodic_add_color_scheme   (GtkPeriodic *periodic,
00161                                                                                         GtkPeriodicColorFunc func,
00162                                                                                         GtkWidget *extra_widget,
00163                                                                                 gpointer user_data);
00164 
00171 void                            gtk_periodic_set_colors(GtkPeriodic *periodic);
00172 G_END_DECLS
00173 
00174 #endif //GTK_PERIODIC_H

Generated on Thu Jun 25 13:24:20 2009 for The Gnome Chemistry Utils by  doxygen 1.5.9