#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <gnome.h>
#include "support.h"
Go to the source code of this file.
Functions | |
GtkWidget * | lookup_widget (GtkWidget *widget, const gchar *widget_name) |
GtkWidget * | create_pixmap (GtkWidget *widget, const gchar *filename) |
GdkPixbuf * | create_pixbuf (const gchar *filename) |
void | glade_set_atk_action_description (AtkAction *action, const gchar *action_name, const gchar *description) |
GdkPixbuf* create_pixbuf | ( | const gchar * | filename | ) |
GtkWidget* create_pixmap | ( | GtkWidget * | widget, | |
const gchar * | filename | |||
) |
void glade_set_atk_action_description | ( | AtkAction * | action, | |
const gchar * | action_name, | |||
const gchar * | description | |||
) |
GtkWidget* lookup_widget | ( | GtkWidget * | widget, | |
const gchar * | widget_name | |||
) |
Definition at line 21 of file support.c.
Referenced by interface_activate_bw_chk_item(), on_morse2txt_properties_apply(), on_morse2txt_properties_show(), preferences_enabled(), read_main_gui_user_preferences(), statistics_window_deleted_handler(), update_statistics_window(), and widget_in_property_box_changed().