2 * DO NOT EDIT THIS FILE - it is generated by Glade.
16 * This function returns a widget in a component created by Glade.
17 * Call it with the toplevel widget in the component (i.e. a window/dialog),
18 * or alternatively any widget in the component, and the name of the widget
21 GtkWidget* lookup_widget (GtkWidget *widget,
22 const gchar *widget_name);
24 /* get_widget() is deprecated. Use lookup_widget instead. */
25 #define get_widget lookup_widget
27 /* Use this function to set the directory containing installed pixmaps. */
28 void add_pixmap_directory (const gchar *directory);
35 /* This is used to create the pixmaps in the interface. */
36 GtkWidget* create_pixmap (GtkWidget *widget,
37 const gchar *filename);