Go to the documentation of this file.00001
00025 #ifndef __ABOUT_DIALOG_INCLUDED__
00026 #define __ABOUT_DIALOG_INCLUDED__
00027
00028
00029 void on_about_dialog_close (GtkDialog *dialog, gpointer user_data);
00030 void on_about_dialog_destroy (GtkDialog *dialog, gpointer user_data);
00031 GtkWidget* create_about_dialog (void);
00032
00033
00034 #endif
00035
00036
00037