Main Page | Data Structures | File List | Data Fields | Globals

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 */
00022 #include <gtk/gtk.h>
00023 
00024 
00025 void on_nuevo1_activate (GtkMenuItem * menuitem, gpointer user_data);
00026 
00027 void on_abrir1_activate (GtkMenuItem * menuitem, gpointer user_data);
00028 
00029 void on_guardar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00030 
00031 void on_guardar_como1_activate (GtkMenuItem * menuitem, gpointer user_data);
00032 
00033 void on_salir1_activate (GtkMenuItem * menuitem, gpointer user_data);
00034 
00035 void on_cortar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00036 
00037 void on_copiar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00038 
00039 void on_pegar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00040 
00041 void on_borrar1_activate (GtkMenuItem * menuitem, gpointer user_data);
00042 
00043 void on_acerca_de1_activate (GtkMenuItem * menuitem, gpointer user_data);
00044 
00045 void on_button1_clicked (GtkButton * button, gpointer user_data);
00046 
00047 gboolean
00048 on_fixed1_destroy_event (GtkWidget * widget,
00049                          GdkEvent * event, gpointer user_data);
00050 
00051 void on_fixed1_destroy (GtkObject * object, gpointer user_data);
00052 
00053 gboolean
00054 on_window1_destroy_event (GtkWidget * widget,
00055                           GdkEvent * event, gpointer user_data);
00056 
00057 void on_window1_destroy (GtkObject * object, gpointer user_data);
00058 
00059 void
00060 on_about1_activate                     (GtkMenuItem     *menuitem,
00061                                         gpointer         user_data);
00062 
00063 void
00064 on_bnt_help_clicked                    (GtkButton       *button,
00065                                         gpointer         user_data);
00066 
00067 void
00068 on_quit1_activate                      (GtkMenuItem     *menuitem,
00069                                         gpointer         user_data);
00070 
00071 void
00072 on_about1_activate                     (GtkMenuItem     *menuitem,
00073                                         gpointer         user_data);

Generated on Wed Feb 15 11:24:01 2006 for lkmonitor by  doxygen 1.3.9.1