]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda_support.h
7d6c76ffaf86b6a68d3be40485e20c18c815441e
[vlc] / modules / gui / pda / pda_support.h
1 /*
2  * DO NOT EDIT THIS FILE - it is generated by Glade.
3  */
4
5 #include <gtk/gtk.h>
6
7 /*
8  * Standard gettext macros.
9  */
10 #ifdef ENABLE_NLS
11 #  include <libintl.h>
12 #  undef _
13 #  define _(String) dgettext (PACKAGE, String)
14 #endif
15
16
17 /*
18  * Public Functions.
19  */
20
21 /*
22  * This function returns a widget in a component created by Glade.
23  * Call it with the toplevel widget in the component (i.e. a window/dialog),
24  * or alternatively any widget in the component, and the name of the widget
25  * you want returned.
26  */
27 GtkWidget*  lookup_widget              (GtkWidget       *widget,
28                                         const gchar     *widget_name);
29
30
31 /* Use this function to set the directory containing installed pixmaps. */
32 void        add_pixmap_directory       (const gchar     *directory);
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);
50