]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/gnome2-console/support.h
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[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 #undef Q_
12 #ifdef ENABLE_NLS
13 #  define Q_(String) g_strip_context ((String), gettext (String))
14 #else
15 #  define Q_(String) g_strip_context ((String), (String))
16 #endif
17
18
19 /*
20  * Public Functions.
21  */
22
23 /*
24  * This function returns a widget in a component created by Glade.
25  * Call it with the toplevel widget in the component (i.e. a window/dialog),
26  * or alternatively any widget in the component, and the name of the widget
27  * you want returned.
28  */
29 GtkWidget*  lookup_widget              (GtkWidget       *widget,
30                                         const gchar     *widget_name);
31
32
33
34 /*
35  * Private Functions.
36  */
37
38 /* This is used to create the pixmaps used in the interface. */
39 GtkWidget*  create_pixmap              (GtkWidget       *widget,
40                                         const gchar     *filename);
41
42 /* This is used to create the pixbufs used in the interface. */
43 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
44
45 /* This is used to set ATK action descriptions. */
46 void        glade_set_atk_action_description (AtkAction       *action,
47                                               const gchar     *action_name,
48                                               const gchar     *description);
49