Página Principal   Hierarquia de Classes   Lista de Componentes   Lista de Arquivos   Componentes Membros  

support.h

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  * Standard gettext macros.
00013  */
00014 #ifdef ENABLE_NLS
00015 #  include <libintl.h>
00016 #  undef _
00017 #  define _(String) dgettext (PACKAGE, String)
00018 #  ifdef gettext_noop
00019 #    define N_(String) gettext_noop (String)
00020 #  else
00021 #    define N_(String) (String)
00022 #  endif
00023 #else
00024 #  define textdomain(String) (String)
00025 #  define gettext(String) (String)
00026 #  define dgettext(Domain,Message) (Message)
00027 #  define dcgettext(Domain,Message,Type) (Message)
00028 #  define bindtextdomain(Domain,Directory) (Domain)
00029 #  define _(String) (String)
00030 #  define N_(String) (String)
00031 #endif
00032 
00033 
00034 /*
00035  * Public Functions.
00036  */
00037 
00038 /*
00039  * This function returns a widget in a component created by Glade.
00040  * Call it with the toplevel widget in the component (i.e. a window/dialog),
00041  * or alternatively any widget in the component, and the name of the widget
00042  * you want returned.
00043  */
00044 GtkWidget*  lookup_widget              (GtkWidget       *widget,
00045                                         const gchar     *widget_name);
00046 
00047 /* get_widget() is deprecated. Use lookup_widget instead. */
00048 #define get_widget lookup_widget
00049 
00050 /* Use this function to set the directory containing installed pixmaps. */
00051 void        add_pixmap_directory       (const gchar     *directory);
00052 
00053 
00054 /*
00055  * Private Functions.
00056  */
00057 
00058 /* This is used to create the pixmaps in the interface. */
00059 GtkWidget*  create_pixmap              (GtkWidget       *widget,
00060                                         const gchar     *filename);
00061 

Gerado em Sun Sep 21 20:18:44 2003 para Morpheous por doxygen1.2.13.1 escrito por Dimitri van Heesch, © 1997-2001