]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/brushexport/support.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / brushexport / support.h
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 <uilib/uilib.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 ui::Widget lookup_widget(ui::Widget widget,
22                          const gchar *widget_name);