Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

support.h

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

Generated on Sun Dec 2 15:27:44 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001