Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

support-glade.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  * Standard gettext macros.
00013  */
00014 #ifdef ENABLE_NLS
00015 #  include <libintl.h>
00016 #  undef _
00017 #  define _(String) dgettext (PACKAGE, String)
00018 #  define Q_(String) g_strip_context ((String), gettext (String))
00019 #  ifdef gettext_noop
00020 #    define N_(String) gettext_noop (String)
00021 #  else
00022 #    define N_(String) (String)
00023 #  endif
00024 #else
00025 #  define textdomain(String) (String)
00026 #  define gettext(String) (String)
00027 #  define dgettext(Domain,Message) (Message)
00028 #  define dcgettext(Domain,Message,Type) (Message)
00029 #  define bindtextdomain(Domain,Directory) (Domain)
00030 #  define _(String) (String)
00031 #  define Q_(String) g_strip_context ((String), (String))
00032 #  define N_(String) (String)
00033 #endif
00034 
00035 
00036 /*
00037  * Public Functions.
00038  */
00039 
00040 /*
00041  * This function returns a widget in a component created by Glade.
00042  * Call it with the toplevel widget in the component (i.e. a window/dialog),
00043  * or alternatively any widget in the component, and the name of the widget
00044  * you want returned.
00045  */
00046 GtkWidget*  lookup_widget              (GtkWidget       *widget,
00047                                         const gchar     *widget_name);
00048 
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 used in the interface. */
00059 GtkWidget*  create_pixmap              (GtkWidget       *widget,
00060                                         const gchar     *filename);
00061 
00062 /* This is used to create the pixbufs used in the interface. */
00063 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
00064 
00065 /* This is used to set ATK action descriptions. */
00066 void        glade_set_atk_action_description (AtkAction       *action,
00067                                               const gchar     *action_name,
00068                                               const gchar     *description);
00069 

Generated on Sun Feb 12 10:49:57 2006 for Gtk-Gnutella by doxygen 1.3.6