Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

gtkcomboperiodic.h

Go to the documentation of this file.
00001 /* 
00002  * Gnome Chemisty Utils
00003  * gtkcomboperiodic.h 
00004  *
00005  * Copyright (C) 2006
00006  *
00007  * Developed by 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_COMBO_PERIODIC_H
00026 #define GTK_COMBO_PERIODIC_H
00027 
00028 #include <glib-object.h>
00029 
00030 G_BEGIN_DECLS
00031 
00032 #define GTK_COMBO_PERIODIC_TYPE (gtk_combo_periodic_get_type ())
00033 #define GTK_COMBO_PERIODIC(o)   (G_TYPE_CHECK_INSTANCE_CAST((o), GTK_COMBO_PERIODIC_TYPE, GtkComboPeriodic))
00034 #define GTK_IS_COMBO_PERIODIC(o)        (G_TYPE_CHECK_INSTANCE_TYPE((o), GTK_COMBO_PERIODIC_TYPE))
00035 
00058 typedef struct _GtkComboPeriodic        GtkComboPeriodic;
00059 
00060 GType      gtk_combo_periodic_get_type   (void);
00064 GtkWidget *gtk_combo_periodic_new (void);
00065 
00071 guint   gtk_combo_periodic_get_element  (GtkComboPeriodic *combo);
00072 
00078 void    gtk_combo_periodic_set_element  (GtkComboPeriodic *combo, guint element);
00079 
00080 G_END_DECLS
00081 
00082 #endif /* GTK_COMBO_PERIODIC_H */

Generated on Wed Feb 8 09:59:43 2006 for The Gnome Chemistry Utils by  doxygen 1.4.1