#include <gtk/gtk.h>#include "callbacks.h"#include "interface.h"#include "support.h"#include "lininfo.h"#include "others.h"Go to the source code of this file.
Functions | |
| void | on_fixed1_destroy (GtkObject *object, gpointer user_data) |
| gboolean | on_window1_destroy_event (GtkWidget *widget, GdkEvent *event, gpointer user_data) |
| void | on_window1_destroy (GtkObject *object, gpointer user_data) |
| void | on_about1_activate (GtkMenuItem *menuitem, gpointer user_data) |
| void | on_quit1_activate (GtkMenuItem *menuitem, gpointer user_data) |
|
||||||||||||
|
Definition at line 60 of file callbacks.c. References create_about(). 00062 {
00063 gtk_widget_show(create_about());
00064 }
|
|
||||||||||||
|
Definition at line 36 of file callbacks.c. References lkmonitor_exit(). 00037 {
00038 lkmonitor_exit();
00039 gtk_main_quit ();
00040 }
|
|
||||||||||||
|
Definition at line 68 of file callbacks.c. References lkmonitor_exit(). 00070 {
00071 lkmonitor_exit();
00072 gtk_main_quit();
00073
00074 }
|
|
||||||||||||
|
Definition at line 53 of file callbacks.c. References lkmonitor_exit(). Referenced by create_window1(). 00054 {
00055 lkmonitor_exit();
00056 gtk_main_quit ();
00057 }
|
|
||||||||||||||||
|
Definition at line 44 of file callbacks.c. 00046 {
00047
00048 return FALSE;
00049 }
|
1.3.9.1