#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <string.h>#include <stdio.h>#include <bonobo.h>#include <gnome.h>#include "prop_callbacks.h"#include "prop_interface.h"#include "support.h"#include "preferences.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_morse2txt_properties (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 23 of file prop_interface.c.
| #define GLADE_HOOKUP_OBJECT_NO_REF | ( | component, | |||
| widget, | |||||
| name | ) | g_object_set_data (G_OBJECT (component), name, widget) |
Definition at line 27 of file prop_interface.c.
| GtkWidget* create_morse2txt_properties | ( | void | ) |
Instead of using the ComboBox, use ComboBoxEntry, we can then change the edit property without changing the widget.
Definition at line 31 of file prop_interface.c.
References FALSE, GLADE_HOOKUP_OBJECT, GLADE_HOOKUP_OBJECT_NO_REF, on_morse2txt_properties_apply(), on_morse2txt_properties_show(), TRUE, and widget_in_property_box_changed().
Referenced by on_preferences_activate().

1.5.6