#include "support.h"
#include "charset.h"
Include dependency graph for support.c:
Functions | |
GtkWidget * | lookup_widget (GtkWidget *widget, const gchar *widget_name) |
void | add_pixmap_directory (const gchar *directory) |
static gchar * | find_pixmap_file (const gchar *filename) |
GtkWidget * | create_pixmap (GtkWidget *widget, const gchar *filename) |
GdkPixbuf * | create_pixbuf (const gchar *filename) |
Variables | |
static GList * | pixmaps_directories = NULL |
|
Use this function to set the directory containing installed pixmaps. |
|
This is an internally used function to create pixmaps. |
|
This is an internally used function to create pixmaps. |
|
This is an internally used function to find pixmap files. We step through each of the pixmaps directory to find it. |
|
to look up the widget |
|
|