gcucomboperiodic.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 #ifndef GCU_COMBO_PERIODIC_H
00024 #define GCU_COMBO_PERIODIC_H
00025
00026 #include <glib-object.h>
00027
00028 G_BEGIN_DECLS
00029
00031 #define GCU_TYPE_COMBO_PERIODIC (gcu_combo_periodic_get_type ())
00032
00037 #define GCU_COMBO_PERIODIC(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GCU_TYPE_COMBO_PERIODIC, GcuComboPeriodic))
00038
00041 #define GCU_IS_COMBO_PERIODIC(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GCU_TYPE_COMBO_PERIODIC))
00042
00066 typedef struct _GcuComboPeriodic GcuComboPeriodic;
00067
00068 GType gcu_combo_periodic_get_type (void);
00072 GtkWidget *gcu_combo_periodic_new (void);
00073
00079 guint gcu_combo_periodic_get_element (GcuComboPeriodic *combo);
00080
00086 void gcu_combo_periodic_set_element (GcuComboPeriodic *combo, guint element);
00087
00088 G_END_DECLS
00089
00090 #endif