4 #endif /* __cplusplus */
7 * DO NOT EDIT THIS FILE - it is generated by Glade.
17 * Standard gettext macros.
22 # define _(String) dgettext (PACKAGE, String)
24 # define N_(String) gettext_noop (String)
26 # define N_(String) (String)
29 # define textdomain(String) (String)
30 # define gettext(String) (String)
31 # define dgettext(Domain,Message) (Message)
32 # define dcgettext(Domain,Message,Type) (Message)
33 # define bindtextdomain(Domain,Directory) (Domain)
34 # define _(String) (String)
35 # define N_(String) (String)
44 * This function returns a widget in a component created by Glade.
45 * Call it with the toplevel widget in the component (i.e. a window/dialog),
46 * or alternatively any widget in the component, and the name of the widget
49 GtkWidget
* lookup_widget (GtkWidget
*widget
,
50 const gchar
*widget_name
);
53 /* Use this function to set the directory containing installed pixmaps. */
54 void add_pixmap_directory (const gchar
*directory
);
61 /* This is used to create the pixmaps used in the interface. */
62 GtkWidget
* create_pixmap (GtkWidget
*widget
,
63 const gchar
*filename
);
65 /* This is used to create the pixbufs used in the interface. */
66 GdkPixbuf
* create_pixbuf (const gchar
*filename
);
68 /* This is used to set ATK action descriptions. */
69 void glade_set_atk_action_description (AtkAction
*action
,
70 const gchar
*action_name
,
71 const gchar
*description
);
75 #endif /* __cplusplus */