callbacks.h

Go to the documentation of this file.
00001 /*
00002 lkmonitor (Linux Kernel Monitor)
00003 
00004 Application for monitoring and tuning a Linux kernel.
00005 
00006 Copyright (C) 2005-2006  Fernando ApesteguĂ­a
00007 
00008 This program is free software; you can redistribute it and/or
00009 modify it under the terms of the GNU General Public License
00010 as published by the Free Software Foundation; either version 2
00011 of the License, or (at your option) any later version.
00012 
00013 This program is distributed in the hope that it will be useful,
00014 but WITHOUT ANY WARRANTY; without even the implied warranty of
00015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016 GNU General Public License for more details.
00017 
00018 You should have received a copy of the GNU General Public License
00019 along with this program; if not, write to the Free Software
00020 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00021 */#include <gtk/gtk.h>
00022 
00023 
00024 void on_nuevo1_activate (GtkMenuItem * menuitem, gpointer user_data);
00025 
00026 void on_abrir1_activate (GtkMenuItem * menuitem, gpointer user_data);
00027 
00028 void on_guardar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00029 
00030 void on_guardar_como1_activate (GtkMenuItem * menuitem, gpointer user_data);
00031 
00032 void on_salir1_activate (GtkMenuItem * menuitem, gpointer user_data);
00033 
00034 void on_cortar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00035 
00036 void on_copiar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00037 
00038 void on_pegar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00039 
00040 void on_borrar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00041 
00042 void on_acerca_de1_activate (GtkMenuItem * menuitem, gpointer user_data);
00043 
00044 void on_button1_clicked (GtkButton * button, gpointer user_data);
00045 
00046 gboolean
00047 on_fixed1_destroy_event (GtkWidget * widget,
00048                          GdkEvent * event, gpointer user_data);
00049 
00050 void on_fixed1_destroy (GtkObject * object, gpointer user_data);
00051 
00052 gboolean
00053 on_window1_destroy_event (GtkWidget * widget,
00054                           GdkEvent * event, gpointer user_data);
00055 
00056 void on_window1_destroy (GtkObject * object, gpointer user_data);
00057 
00058 void
00059 on_about1_activate                     (GtkMenuItem     *menuitem,
00060                                         gpointer         user_data);
00061 
00062 void
00063 on_bnt_help_clicked                    (GtkButton       *button,
00064                                         gpointer         user_data);
00065 
00066 void
00067 on_quit1_activate                      (GtkMenuItem     *menuitem,
00068                                         gpointer         user_data);
00069 
00070 void
00071 on_about1_activate                     (GtkMenuItem     *menuitem,
00072                                         gpointer         user_data);
00073 
00074 gboolean
00075 on_window1_delete_event                (GtkWidget       *widget,
00076                                         GdkEvent        *event,
00077                                         gpointer         user_data);
00078 
00079 void
00080 on_btn_load_clicked                    (GtkButton       *button,
00081                                         gpointer         user_data);
00082 
00083 void
00084 on_btn_write_clicked                   (GtkButton       *button,
00085                                         gpointer         user_data);
00086 
00087 void
00088 on_btn_dev_load_clicked                (GtkButton       *button,
00089                                         gpointer         user_data);

Generated on Sat Dec 2 11:27:51 2006 for lkmonitor by  doxygen 1.5.1