15 # define _(String) dgettext (PACKAGE, String)
16 # define Q_(String) g_strip_context ((String), gettext (String))
18 # define N_(String) gettext_noop (String)
20 # define N_(String) (String)
23 # define textdomain(String) (String)
24 # define gettext(String) (String)
25 # define dgettext(Domain,Message) (Message)
26 # define dcgettext(Domain,Message,Type) (Message)
27 # define bindtextdomain(Domain,Directory) (Domain)
28 # define _(String) (String)
29 # define Q_(String) g_strip_context ((String), (String))
30 # define N_(String) (String)
45 const gchar *widget_name);
58 const gchar *filename);
65 const gchar *action_name,
66 const gchar *description);
void glade_set_atk_action_description(AtkAction *action, const gchar *action_name, const gchar *description)
GtkWidget * lookup_widget(GtkWidget *widget, const gchar *widget_name)
GtkWidget * create_pixmap(GtkWidget *widget, const gchar *filename)
GdkPixbuf * create_pixbuf(const gchar *filename)
void add_pixmap_directory(const gchar *directory)