Page principale | Liste alphabétique | Liste des classes | Liste des fichiers | Membres de classe | Membres de fichier | Pages associées

callbacks.c

00001 #ifdef HAVE_CONFIG_H
00002 #  include <config.h>
00003 #endif
00004 
00005 #include <gtk/gtk.h>
00006 
00007 #include "callbacks.h"
00008 #include "interface.h"
00009 #include "support.h"
00010 
00011 void on_BtnSysteme_clicked(GtkToolButton * toolbutton,
00012                            gpointer user_data)
00013 {
00014 
00015 }
00016 
00017 
00018 void on_BtnAdherant_clicked(GtkToolButton * toolbutton,
00019                             gpointer user_data)
00020 {
00021 
00022 }
00023 
00024 
00025 void on_BtnActivite_clicked(GtkToolButton * toolbutton,
00026                             gpointer user_data)
00027 {
00028 
00029 }
00030 
00031 
00032 void on_BtnTresorerie_clicked(GtkToolButton * toolbutton,
00033                               gpointer user_data)
00034 {
00035 
00036 }
00037 
00038 
00039 void on_BtnAppliquer_clicked(GtkToolButton * toolbutton,
00040                              gpointer user_data)
00041 {
00042 
00043 }
00044 
00045 
00046 void on_BtnAnnuler_clicked(GtkToolButton * toolbutton,
00047                            gpointer user_data)
00048 {
00049 
00050 }
00051 
00052 
00053 void on_BtnQuitter_clicked(GtkToolButton * toolbutton,
00054                            gpointer user_data)
00055 {
00056 
00057 }
00058 
00059 
00060 void on_BtnAide_clicked(GtkToolButton * toolbutton,
00061                         gpointer user_data)
00062 {
00063 
00064 }
00065 
00066 
00067 void on_BtnAjouter_clicked(GtkButton * button,
00068                            gpointer user_data)
00069 {
00070 
00071 }
00072 
00073 
00074 void on_BtnSupprimer_clicked(GtkButton * button,
00075                              gpointer user_data)
00076 {
00077 
00078 }
00079 
00080 
00081 void on_BtnModifier_clicked(GtkButton * button,
00082                             gpointer user_data)
00083 {
00084 
00085 }
00086 
00087 
00088 void on_button1_clicked(GtkButton * button,
00089                         gpointer user_data)
00090 {
00091 
00092 }

Généré le Sat Aug 27 11:57:20 2005 pour GestionAsso par  doxygen 1.3.9.1