#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <string.h>#include <stdio.h>#include <bonobo.h>#include <gnome.h>#include "morse_stats_cb.h"#include "morse_stats_i.h"#include "support.h"

Go to the source code of this file.
Defines | |
| #define | GLADE_HOOKUP_OBJECT(component, widget, name) | 
| #define | GLADE_HOOKUP_OBJECT_NO_REF(component, widget, name) g_object_set_data (G_OBJECT (component), name, widget) | 
Functions | |
| GtkWidget * | create_stats_window (void) | 
| #define GLADE_HOOKUP_OBJECT | ( | component, | |||
| widget, | |||||
| name | ) | 
Value:
g_object_set_data_full (G_OBJECT (component), name, \
    gtk_widget_ref (widget), (GDestroyNotify) gtk_widget_unref)
Definition at line 22 of file morse_stats_i.c.
| #define GLADE_HOOKUP_OBJECT_NO_REF | ( | component, | |||
| widget, | |||||
| name | ) | g_object_set_data (G_OBJECT (component), name, widget) | 
Definition at line 26 of file morse_stats_i.c.
| GtkWidget* create_stats_window | ( | void | ) | 
Definition at line 30 of file morse_stats_i.c.
References FALSE, GLADE_HOOKUP_OBJECT, GLADE_HOOKUP_OBJECT_NO_REF, on_stats_window_delete_event(), and on_stats_window_show().
Referenced by on_statistics_activate().

 1.5.6