support.h

Go to the documentation of this file.
00001 
00004 #ifndef __SUPPORT_H__
00005 #define __SUPPORT_H__
00006 
00007 #include <gtk/gtk.h>
00008 
00009 GtkWidget*  lookup_widget  (GtkWidget       *widget, const gchar     *widget_name);
00010 
00012 void        add_pixmap_directory       (const gchar     *directory);
00013 
00014 /*
00015  * Private Functions.
00016  */
00017 
00019 GtkWidget*  create_pixmap              (GtkWidget       *widget,
00020                                         const gchar     *filename);
00021 
00023 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
00024 
00025 
00026 #endif

Generated on Wed Nov 30 21:04:23 2005 for RFC Reader by  doxygen 1.4.5