comparison src/sid/xs_glade.h @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/Input/sid/xs_glade.h@13389e613d67
children 6c3c7b841382
comparison
equal deleted inserted replaced
11:cff1d04026ae 12:3da1b8942b8b
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 <gtk/gtk.h>
10
11 /*
12 * Public Functions.
13 */
14
15 /*
16 * This function returns a widget in a component created by Glade.
17 * Call it with the toplevel widget in the component (i.e. a window/dialog),
18 * or alternatively any widget in the component, and the name of the widget
19 * you want returned.
20 */
21 GtkWidget* lookup_widget (GtkWidget *widget,
22 const gchar *widget_name);
23
24 /* get_widget() is deprecated. Use lookup_widget instead. */
25 #define get_widget lookup_widget
26
27 /* Use this function to set the directory containing installed pixmaps. */
28 void add_pixmap_directory (const gchar *directory);
29
30
31 /*
32 * Private Functions.
33 */
34
35 /* This is used to create the pixmaps in the interface. */
36 GtkWidget* create_pixmap (GtkWidget *widget,
37 const gchar *filename);
38