00001
00002
00003
00004
00005 #ifdef HAVE_CONFIG_H
00006 # include <config.h>
00007 #endif
00008
00009 #include <gnome.h>
00010
00011 #undef Q_
00012 #ifdef ENABLE_NLS
00013 # define Q_(String) g_strip_context ((String), gettext (String))
00014 #else
00015 # define Q_(String) g_strip_context ((String), (String))
00016 #endif
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 GtkWidget* lookup_widget (GtkWidget *widget,
00030 const gchar *widget_name);
00031
00032
00033
00034
00035
00036
00037
00038
00039 GtkWidget* create_pixmap (GtkWidget *widget,
00040 const gchar *filename);
00041
00042
00043 GdkPixbuf* create_pixbuf (const gchar *filename);
00044
00045
00046 void glade_set_atk_action_description (AtkAction *action,
00047 const gchar *action_name,
00048 const gchar *description);
00049