]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/gnome2-console/support.h
Make name more discriptive
[bacula/bacula] / bacula / src / gnome2-console / support.h
1 /*
2  * DO NOT EDIT THIS FILE - it is generated by Glade.
3  */
4
5 #ifdef HAVE_CONFIG_H
6 #  include "config.h"
7 #endif
8
9 #include <gnome.h>
10
11
12 #undef Q_
13 #ifdef ENABLE_NLS
14 #  define Q_(String) g_strip_context ((String), gettext (String))
15 #else
16 #  define Q_(String) g_strip_context ((String), (String))
17 #endif
18
19
20 /*
21  * Public Functions.
22  */
23
24 /*
25  * This function returns a widget in a component created by Glade.
26  * Call it with the toplevel widget in the component (i.e. a window/dialog),
27  * or alternatively any widget in the component, and the name of the widget
28  * you want returned.
29  */
30 GtkWidget*  lookup_widget              (GtkWidget       *widget,
31                                         const gchar     *widget_name);
32
33
34
35 /*
36  * Private Functions.
37  */
38
39 /* This is used to create the pixmaps used in the interface. */
40 GtkWidget*  create_pixmap              (GtkWidget       *widget,
41                                         const gchar     *filename);
42
43 /* This is used to create the pixbufs used in the interface. */
44 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
45
46 /* This is used to set ATK action descriptions. */
47 void        glade_set_atk_action_description (AtkAction       *action,
48                                               const gchar     *action_name,
49                                               const gchar     *description);