#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <gtk/gtk.h>
#include "support-glade.h"
Functions | |
gchar * | check_file_exists (const gchar *directory, const gchar *filename) |
GtkWidget * | create_dummy_pixmap (GtkWidget *widget) |
GtkWidget * | lookup_widget (GtkWidget *widget, const gchar *widget_name) |
void | add_pixmap_directory (const gchar *directory) |
GtkWidget * | create_pixmap (GtkWidget *widget, const gchar *filename) |
Variables | |
char * | dummy_pixmap_xpm [] |
GList * | pixmaps_directories = NULL |
|
|
|
|
|
|
|
|
|
|
|
Initial value: { "1 1 1 1", " c None", " " } |
|
|