]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda_support.h
Qt4 - Preferences, lastfm fix.
[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 #  ifdef gettext_noop
15 #    define N_(String) gettext_noop (String)
16 #  else
17 #    define N_(String) (String)
18 #  endif
19 #else
20 #  define textdomain(String) (String)
21 #  define gettext(String) (String)
22 #  define dgettext(Domain,Message) (Message)
23 #  define dcgettext(Domain,Message,Type) (Message)
24 #  define bindtextdomain(Domain,Directory) (Domain)
25 #  define _(String) (String)
26 #  define N_(String) (String)
27 #endif
28
29
30 /*
31  * Public Functions.
32  */
33
34 /*
35  * This function returns a widget in a component created by Glade.
36  * Call it with the toplevel widget in the component (i.e. a window/dialog),
37  * or alternatively any widget in the component, and the name of the widget
38  * you want returned.
39  */
40 GtkWidget*  lookup_widget              (GtkWidget       *widget,
41                                         const gchar     *widget_name);
42
43
44 /* Use this function to set the directory containing installed pixmaps. */
45 void        add_pixmap_directory       (const gchar     *directory);
46
47
48 /*
49  * Private Functions.
50  */
51
52 /* This is used to create the pixmaps used in the interface. */
53 GtkWidget*  create_pixmap              (GtkWidget       *widget,
54                                         const gchar     *filename);
55
56 /* This is used to create the pixbufs used in the interface. */
57 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
58
59 /* This is used to set ATK action descriptions. */
60 void        glade_set_atk_action_description (AtkAction       *action,
61                                               const gchar     *action_name,
62                                               const gchar     *description);
63