filename | src/gui/support.h |
changeset | 10:c898b37506e0 |
prev | 1:eea311cfd33e |
author | nkeynes |
date | Thu Jan 25 10:16:32 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Move PVR2 dma handling (0x10000000-0x13FFFFFF) into pvr2mem.c, minor register cleanups in asic.c |
view | annotate | diff | log | raw |
1 /*
2 * DO NOT EDIT THIS FILE - it is generated by Glade.
3 */
5 #ifdef HAVE_CONFIG_H
6 # include <config.h>
7 #endif
9 #include <gnome.h>
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
19 /*
20 * Public Functions.
21 */
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);
34 /*
35 * Private Functions.
36 */
38 /* This is used to create the pixmaps used in the interface. */
39 GtkWidget* create_pixmap (GtkWidget *widget,
40 const gchar *filename);
42 /* This is used to create the pixbufs used in the interface. */
43 GdkPixbuf* create_pixbuf (const gchar *filename);
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);
.