#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <stdio.h>
#include <gtk/gtk.h>
#include "support.h"
Go to the source code of this file.
void add_pixmap_directory |
( |
const gchar * |
directory | ) |
|
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 |
|
) |
| |