Mercurial > audlegacy
comparison Plugins/Output/crossfade/support.h @ 630:5b81b0f310e5 trunk
[svn] Update codingstyle to be more consistent with last upstream release. Stop exploding at shutdown.
author | chainsaw |
---|---|
date | Sat, 11 Feb 2006 08:25:14 -0800 |
parents | 88b38e2414a1 |
children |
comparison
equal
deleted
inserted
replaced
629:1fad8c7a117c | 630:5b81b0f310e5 |
---|---|
17 * Call it with the toplevel widget in the component (i.e. a window/dialog), | 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 | 18 * or alternatively any widget in the component, and the name of the widget |
19 * you want returned. | 19 * you want returned. |
20 */ | 20 */ |
21 GtkWidget* lookup_widget (GtkWidget *widget, | 21 GtkWidget* lookup_widget (GtkWidget *widget, |
22 const gchar *widget_name); | 22 const gchar *widget_name); |
23 | 23 |
24 /* get_widget() is deprecated. Use lookup_widget instead. */ | 24 /* get_widget() is deprecated. Use lookup_widget instead. */ |
25 #define get_widget lookup_widget | 25 #define get_widget lookup_widget |
26 | 26 |
27 /* Use this function to set the directory containing installed pixmaps. */ | 27 /* Use this function to set the directory containing installed pixmaps. */ |
32 * Private Functions. | 32 * Private Functions. |
33 */ | 33 */ |
34 | 34 |
35 /* This is used to create the pixmaps in the interface. */ | 35 /* This is used to create the pixmaps in the interface. */ |
36 GtkWidget* create_pixmap (GtkWidget *widget, | 36 GtkWidget* create_pixmap (GtkWidget *widget, |
37 const gchar *filename); | 37 const gchar *filename); |
38 | 38 |