00001 /* 00002 * DO NOT EDIT THIS FILE - it is generated by Glade. 00003 */ 00004 00005 #include <gnome.h> 00006 00007 /* 00008 * Public Functions. 00009 */ 00010 00011 /* 00012 * This function returns a widget in a component created by Glade. 00013 * Call it with the toplevel widget in the component (i.e. a window/dialog), 00014 * or alternatively any widget in the component, and the name of the widget 00015 * you want returned. 00016 */ 00017 GtkWidget* lookup_widget (GtkWidget *widget, 00018 const gchar *widget_name); 00019 00020 /* get_widget() is deprecated. Use lookup_widget instead. */ 00021 #define get_widget lookup_widget 00022 00023 00024 /* 00025 * Private Functions. 00026 */ 00027 00028 /* This is used to create the pixmaps in the interface. */ 00029 GtkWidget* create_pixmap (GtkWidget *widget, 00030 const gchar *filename, 00031 gboolean gnome_pixmap); 00032 00033 GdkImlibImage* create_image (const gchar *filename); 00034